1
0
Fork 0

Set modeline for neovim

This commit is contained in:
Daniele Tricoli 2023-03-22 05:06:07 +01:00
parent 857342a999
commit ddc0dd9760
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; {{ ansible_managed }}
; vim: ft=lisp
; Set garbage collection threshold to 100 Mbyte.
(setq gc-cons-threshold (* 100 1024 1024))