diff options
-rw-r--r-- | early-init.el | 2 | ||||
-rw-r--r-- | init.el | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index 7f19bfe..d5973bc 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -97,7 +97,7 @@ | |||
97 | (expand-file-name "~/usr/bin") | 97 | (expand-file-name "~/usr/bin") |
98 | (expand-file-name "~/cmd") | 98 | (expand-file-name "~/cmd") |
99 | (expand-file-name "~/mingw64/bin") | 99 | (expand-file-name "~/mingw64/bin") |
100 | (expand-file-name "~/clisp-2.49/")) | 100 | (expand-file-name "~/clisp-2.49")) |
101 | exec-path) | 101 | exec-path) |
102 | (when (file-exists-p path) | 102 | (when (file-exists-p path) |
103 | (add-to-list 'exec-path path :append))) | 103 | (add-to-list 'exec-path path :append))) |
diff --git a/init.el b/init.el index 1eae7e0..a7c8128 100644 --- a/init.el +++ b/init.el | |||
@@ -751,7 +751,6 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
751 | (autoload 'fennel-repl "fennel-mode" nil t) | 751 | (autoload 'fennel-repl "fennel-mode" nil t) |
752 | (:option (append auto-mode-alist) '("\\.fnl\\'" . fennel-mode)))) | 752 | (:option (append auto-mode-alist) '("\\.fnl\\'" . fennel-mode)))) |
753 | 753 | ||
754 | |||
755 | (setup (:straight lua-mode) | 754 | (setup (:straight lua-mode) |
756 | (:option (append auto-mode-alist) '("\\.lua\\'" . lua-mode))) | 755 | (:option (append auto-mode-alist) '("\\.lua\\'" . lua-mode))) |
757 | 756 | ||