From 38b43a176a0b24e985515de9c7df913675f587f3 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 29 May 2025 22:46:08 +0100 Subject: Minor improvements and gitignore files --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') 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))) -- cgit v1.2.3