summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-17 01:35:48 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-17 01:35:48 +0200
commit54cbb0bee9e3ae4020ea08276f0644a410ee047b (patch)
tree46b7d5b4f54d21dd97e0631852b7b55c540b9788
parent77cd6061fc60961258dc52d1445e670ec24f0772 (diff)
fix(autocmd): remove autosync
-rw-r--r--fnl/config/autocmd.fnl2
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)