summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-05-29 22:46:08 +0100
committerSam Light <samlight1994@gmail.com>2025-05-29 22:46:08 +0100
commit38b43a176a0b24e985515de9c7df913675f587f3 (patch)
tree573482bb367e047470193ef48c73c55b614f089a /init.el
parent3fc135d11dfea3f84e95549c239376e85b6f8003 (diff)
Minor improvements and gitignore filesHEADmaster
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)))