diff options
Diffstat (limited to 'fnl')
-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 628a670..fccf606 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -22,7 +22,7 @@ (def- alpha ["User AlphaReady set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2"]) -(def- packer ["BufWritePost plugins.lua source <afile> | PackerSync"]) +(def- packer ["BufWritePost plugins.fnl source <afile> | PackerSync"]) (autocmd :_general_settings general-settings) (autocmd :_git git) |