diff options
-rw-r--r-- | fnl/config/autocmd.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index fccf606..0b3a29f 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -22,8 +22,6 @@ (def- alpha ["User AlphaReady set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2"]) -(def- packer ["BufWritePost plugins.fnl source <afile> | PackerSync"]) - (autocmd :_general_settings general-settings) (autocmd :_git git) (autocmd :_markdown markdown) |