added deft to required packages
This commit is contained in:
parent
9d77d83cd8
commit
49213fe326
1 changed files with 4 additions and 3 deletions
|
@ -41,8 +41,9 @@
|
||||||
(when (not package-archive-contents)
|
(when (not package-archive-contents)
|
||||||
(package-refresh-contents))
|
(package-refresh-contents))
|
||||||
|
|
||||||
(defvar prelude-packages '(clojure-mode coffee-mode gist haml-mode
|
(defvar prelude-packages
|
||||||
haskell-mode magit markdown-mode paredit
|
'(clojure-mode coffee-mode deft gist haml-mode
|
||||||
|
haskell-mode inf-ruby magit markdown-mode paredit
|
||||||
sass-mode scss-mode yaml-mode yari yasnippet)
|
sass-mode scss-mode yaml-mode yari yasnippet)
|
||||||
"A list of packages to ensure are installed at launch.")
|
"A list of packages to ensure are installed at launch.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue