diff options
-rw-r--r-- | fnl/config/autocmd.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 0b3a29f..ea55c08 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -22,9 +22,9 @@ (def- alpha ["User AlphaReady set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2"]) + (autocmd :_general_settings general-settings) (autocmd :_git git) (autocmd :_markdown markdown) (autocmd :_auto_resize auto-resize) (autocmd :_alpha alpha) -(autocmd :packer_user_config packer) |