This commit is contained in:
Case Duckworth 2021-04-09 12:58:45 -05:00
commit 65f7907ea5
2 changed files with 1 additions and 2 deletions

View File

@ -97,7 +97,7 @@
(expand-file-name "~/usr/bin")
(expand-file-name "~/cmd")
(expand-file-name "~/mingw64/bin")
(expand-file-name "~/clisp-2.49/"))
(expand-file-name "~/clisp-2.49"))
exec-path)
(when (file-exists-p path)
(add-to-list 'exec-path path :append)))

View File

@ -751,7 +751,6 @@ if ripgrep is installed, otherwise `consult-grep'."
(autoload 'fennel-repl "fennel-mode" nil t)
(:option (append auto-mode-alist) '("\\.fnl\\'" . fennel-mode))))
(setup (:straight lua-mode)
(:option (append auto-mode-alist) '("\\.lua\\'" . lua-mode)))