summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)