[Fix #779] Moved elisp-slime-nav to elisp module
This commit is contained in:
parent
003bbc4e0b
commit
58550466ad
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
|||
diff-hl
|
||||
diminish
|
||||
easy-kill
|
||||
elisp-slime-nav
|
||||
epl
|
||||
expand-region
|
||||
flycheck
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
|
||||
(require 'prelude-lisp)
|
||||
|
||||
(prelude-require-packages '(elisp-slime-nav))
|
||||
|
||||
(defun prelude-recompile-elc-on-save ()
|
||||
"Recompile your elc when saving an elisp file."
|
||||
(add-hook 'after-save-hook
|
||||
|
|
Loading…
Reference in a new issue