mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Fix common-lisp setup
This commit is contained in:
parent
b08b298e17
commit
ef1aeb8809
4
init.org
4
init.org
@ -953,9 +953,9 @@
|
|||||||
(load (expand-file-name "~/.quicklisp/slime-helper.el"))
|
(load (expand-file-name "~/.quicklisp/slime-helper.el"))
|
||||||
(define-key slime-repl-mode-map (kbd "C-l")
|
(define-key slime-repl-mode-map (kbd "C-l")
|
||||||
'slime-repl-clear-buffer))
|
'slime-repl-clear-buffer))
|
||||||
(remove-hook 'lisp-mode-hook #'activate-slime-helper))
|
(remove-hook 'common-lisp-mode-hook #'activate-slime-helper))
|
||||||
|
|
||||||
(add-hook 'lisp-mode-hook #'activate-slime-helper)
|
(add-hook 'common-lisp-mode-hook #'activate-slime-helper)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
We can specify what Common Lisp program Slime should use (I use SBCL).
|
We can specify what Common Lisp program Slime should use (I use SBCL).
|
||||||
|
Loading…
Reference in New Issue
Block a user