diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:40:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:40:16 +0200 |
commit | db86026392c8269a2f4aa00c6ea444fbd6a0d500 (patch) | |
tree | e73133e909026038e8aab583a4c9d84861754819 /fnl/config | |
parent | 57b4c5856cec7b77e85a33095fd62f25ad34ddf9 (diff) |
fix: remove packer autocmd
Diffstat (limited to 'fnl/config')
-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 0b3a29f..ea55c08 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -22,9 +22,9 @@ (def- alpha ["User AlphaReady set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2"]) + (autocmd :_general_settings general-settings) (autocmd :_git git) (autocmd :_markdown markdown) (autocmd :_auto_resize auto-resize) (autocmd :_alpha alpha) -(autocmd :packer_user_config packer) |