diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:35:48 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:35:48 +0200 |
commit | 54cbb0bee9e3ae4020ea08276f0644a410ee047b (patch) | |
tree | 46b7d5b4f54d21dd97e0631852b7b55c540b9788 /fnl/config/autocmd.fnl | |
parent | 77cd6061fc60961258dc52d1445e670ec24f0772 (diff) |
fix(autocmd): remove autosync
Diffstat (limited to 'fnl/config/autocmd.fnl')
-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) |