Browse Source

by popular demand - added elisp-slime-nav

custom
Bozhidar Batsov 13 years ago
parent
commit
1c5658d882
  1. 2
      core/prelude-packages.el
  2. 1
      modules/prelude-emacs-lisp.el

2
core/prelude-packages.el

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

1
modules/prelude-emacs-lisp.el

@ -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…
Cancel
Save