mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
slime-helper.elc -> slime-helper.el
I used to manually compile slime-helper (installed by quicklisp), which is really not worth the effort, seeing that it's a tiny file.
This commit is contained in:
parent
c70d93a716
commit
d1b53a3eb2
4
init.org
4
init.org
@ -951,8 +951,8 @@
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun activate-slime-helper ()
|
(defun activate-slime-helper ()
|
||||||
(when (file-exists-p "~/.quicklisp/slime-helper.elc")
|
(when (file-exists-p "~/.quicklisp/slime-helper.el")
|
||||||
(load (expand-file-name "~/.quicklisp/slime-helper.elc"))
|
(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 'lisp-mode-hook #'activate-slime-helper))
|
||||||
|
Loading…
Reference in New Issue
Block a user