diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 12:14:52 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 12:14:52 +0200 |
commit | 9e52a45f148156405a2d563d59710d18e5fe31b1 (patch) | |
tree | 0209bdff52c31b33271817385871f5665c5b2765 /fnl/config/autocmd.fnl | |
parent | 3f1367c3a460f89cafc80f134fbf420543ffb5e6 (diff) |
Remove util import in autocmd
Diffstat (limited to 'fnl/config/autocmd.fnl')
-rw-r--r-- | fnl/config/autocmd.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 4194e66..84d9e66 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -2,8 +2,7 @@ (module config.autocmd {autoload {nvim aniseed.nvim env aniseed.env a aniseed.core - : packer - util config.util}}) + : packer}}) (defn create-autocmd [event opts] (nvim.create_autocmd event opts)) |