code style
This commit is contained in:
parent
67e34d8831
commit
e8cd914e50
1 changed files with 4 additions and 2 deletions
|
@ -43,8 +43,10 @@
|
||||||
(setq url-http-attempt-keepalives nil)
|
(setq url-http-attempt-keepalives nil)
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
'(ack-and-a-half elisp-slime-nav 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
|
||||||
rainbow-mode volatile-highlights yasnippet solarized-theme zenburn-theme)
|
guru-mode helm helm-projectile magit magithub melpa
|
||||||
|
rainbow-mode solarized-theme volatile-highlights yasnippet
|
||||||
|
zenburn-theme)
|
||||||
"A list of packages to ensure are installed at launch.")
|
"A list of packages to ensure are installed at launch.")
|
||||||
|
|
||||||
(defun prelude-packages-installed-p ()
|
(defun prelude-packages-installed-p ()
|
||||||
|
|
Loading…
Reference in a new issue