summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index d11d1a2..f908a3d 100644
--- a/init.el
+++ b/init.el
@@ -17,7 +17,8 @@
"git"
"completion"
"tree-sitter"
- "lsp"))
+ "lsp"
+ "modes"))
(dolist (file config-files)
(load (expand-file-name file config-dir)))