by popular demand - added elisp-slime-nav
This commit is contained in:
parent
152546ff48
commit
1c5658d882
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
(setq url-http-attempt-keepalives nil)
|
||||
|
||||
(defvar prelude-packages
|
||||
'(ack-and-a-half exec-path-from-shell expand-region gist guru-mode helm helm-projectile magit magithub melpa
|
||||
'(ack-and-a-half elisp-slime-nav exec-path-from-shell expand-region gist guru-mode helm helm-projectile magit magithub melpa
|
||||
rainbow-mode volatile-highlights yasnippet solarized-theme zenburn-theme)
|
||||
"A list of packages to ensure are installed at launch.")
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
(run-hooks 'prelude-lisp-coding-hook)
|
||||
(turn-on-eldoc-mode)
|
||||
(prelude-remove-elc-on-save)
|
||||
(elisp-slime-nav-mode +1)
|
||||
(rainbow-mode +1))
|
||||
|
||||
(setq prelude-emacs-lisp-mode-hook 'prelude-emacs-lisp-mode-defaults)
|
||||
|
|
Loading…
Reference in a new issue