summaryrefslogtreecommitdiff
path: root/fnl/util.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-06 15:33:54 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-06 15:33:54 +0200
commit9dd308b444ede3a68a29961e956937d2ce402e45 (patch)
treefb3781a48eedf1259eaebe8b417c4d3e4f2831b8 /fnl/util.fnl
parent3400a46f370a6d1e80f8256eefe2ecce277e055f (diff)
Move autocmd fn back and rename
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))