summaryrefslogtreecommitdiff
path: root/fnl/util.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/util.fnl')
-rw-r--r--fnl/util.fnl2
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/util.fnl b/fnl/util.fnl
index a8ea011..555768c 100644
--- a/fnl/util.fnl
+++ b/fnl/util.fnl
@@ -1,8 +1,6 @@
;; Utility functions.
(module util {autoload {a aniseed.core nvim aniseed.nvim : packer}})
-(defn autocmd [event opts] (nvim.create_autocmd event opts))
-
(def- path (.. (vim.fn.stdpath :data) :/site/pack/packer/start))
(def- installed-plugins (vim.fn.readdir path))