Set lisp program before lisp mode is loaded
This commit is contained in:
parent
0c995e21ff
commit
a99a0345cc
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ write_files:
|
|||
:mode (("\\.lisp$" . lisp-mode)
|
||||
("\\.lsp$" . lisp-mode)
|
||||
("\\.cl$" . lisp-mode))
|
||||
:config
|
||||
:init
|
||||
(setq inferior-lisp-program "/usr/local/bin/sbcl --noinform"))
|
||||
|
||||
(use-package elisp-mode
|
||||
|
|
Loading…
Add table
Reference in a new issue