diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-29 22:46:08 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-29 22:46:08 +0100 |
commit | 38b43a176a0b24e985515de9c7df913675f587f3 (patch) | |
tree | 573482bb367e047470193ef48c73c55b614f089a /init.el | |
parent | 3fc135d11dfea3f84e95549c239376e85b6f8003 (diff) |
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ "git" "completion" "tree-sitter" - "lsp")) + "lsp" + "modes")) (dolist (file config-files) (load (expand-file-name file config-dir))) |