diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-12 22:32:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-12 22:32:19 +0200 |
commit | ceb20d99af1433044d43cbaef852e73889de2b5c (patch) | |
tree | 64a548f1328855644a36af06ea61d6ee1444f617 /fnl | |
parent | 93990aded4bab80a4cbbb258e87982ad4e8672a0 (diff) |
fix(autocmd): plugins.fnl
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) |