fixed #120 - added helm and yasnippet to the list of packages
This commit is contained in:
parent
371fea6e16
commit
f8dfa4b099
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
'(ack-and-a-half auctex clojure-mode coffee-mode deft expand-region
|
'(ack-and-a-half auctex clojure-mode coffee-mode deft expand-region
|
||||||
gist haml-mode haskell-mode inf-ruby
|
gist haml-mode haskell-mode helm helm-projectile inf-ruby
|
||||||
magit magithub markdown-mode paredit projectile
|
magit magithub markdown-mode paredit projectile
|
||||||
python sass-mode rainbow-mode scss-mode solarized-theme
|
python sass-mode rainbow-mode scss-mode solarized-theme
|
||||||
volatile-highlights yaml-mode yari zenburn-theme)
|
volatile-highlights yaml-mode yari 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