by popular demand - added elisp-slime-nav

This commit is contained in:
Bozhidar Batsov 2012-12-23 15:33:27 +02:00
parent 152546ff48
commit 1c5658d882
2 changed files with 2 additions and 1 deletions

View file

@ -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.")

View file

@ -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)