summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/config/autocmd.fnl2
-rw-r--r--fnl/init.fnl2
2 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl
index dfdf789..e05405d 100644
--- a/fnl/config/autocmd.fnl
+++ b/fnl/config/autocmd.fnl
@@ -26,7 +26,7 @@
:NeogitCommitMessage
:NeogitNotification
:NeogitCommitView
- :toggleterm]
+ :ToggleTerm]
:command "setlocal spell!"})
(create-autocmd :VimResized {:command "tabdo wincmd ="})
diff --git a/fnl/init.fnl b/fnl/init.fnl
index 542dead..2e25da9 100644
--- a/fnl/init.fnl
+++ b/fnl/init.fnl
@@ -1,5 +1,5 @@
;; Load plugins with packer.
-(module init {autoload {: plugins : packer} require [settings config.packer]})
+(module init {autoload {: plugins : packer} require [settings config.packer config.autocmd]})
(packer.startup (fn [use]
(each [_ plugin (pairs plugins.all)]