[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
|
diff-hl
|
||||||
diminish
|
diminish
|
||||||
easy-kill
|
easy-kill
|
||||||
elisp-slime-nav
|
|
||||||
epl
|
epl
|
||||||
expand-region
|
expand-region
|
||||||
flycheck
|
flycheck
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
|
|
||||||
(require 'prelude-lisp)
|
(require 'prelude-lisp)
|
||||||
|
|
||||||
|
(prelude-require-packages '(elisp-slime-nav))
|
||||||
|
|
||||||
(defun prelude-recompile-elc-on-save ()
|
(defun prelude-recompile-elc-on-save ()
|
||||||
"Recompile your elc when saving an elisp file."
|
"Recompile your elc when saving an elisp file."
|
||||||
(add-hook 'after-save-hook
|
(add-hook 'after-save-hook
|
||||||
|
|
Loading…
Reference in a new issue