summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-10 23:42:56 +0200
committeraktersnurra <grydholm@kth.se>2022-04-10 23:42:56 +0200
commit021b9b7dd7258d6c3472bdfe1026fddd0ce6d989 (patch)
tree140911fdcc867f1af458e9f4cfaec933e9cb078b
parent4c7fab72da35ef7a27da0818ae8fc9d952180971 (diff)
fix(util): wip
-rw-r--r--fnl/util.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/util.fnl b/fnl/util.fnl
index 5397270..18345ad 100644
--- a/fnl/util.fnl
+++ b/fnl/util.fnl
@@ -3,7 +3,7 @@
{autoload {nvim aniseed.nvim}})
(defn autocmd [name opts]
- (nvim.ex.autocmd name opts))
+ (nvim.ex.create_autocmd name opts))
(defn load-plugin [name]
(let [(ok? val-or-err) (pcall require name)]