added projectile

This commit is contained in:
Bozhidar Batsov 2011-10-10 12:27:17 +03:00
parent 8dce63f133
commit 7c430da6b4
2 changed files with 5 additions and 1 deletions

View file

@ -160,6 +160,10 @@
(require 'yasnippet) ;; not yasnippet-bundle
(yas/initialize)
;; projectile is a project management mode
(require 'projectile)
(projectile-global-mode t)
(provide 'prelude-editor)
;;; prelude-editor.el ends here

View file

@ -44,7 +44,7 @@
;; TODO find a way to get inf-ruby 2.2.2 into Marmalade
(defvar prelude-packages
'(clojure-mode coffee-mode deft gist haml-mode
haskell-mode magit markdown-mode paredit
haskell-mode magit markdown-mode paredit projectile
sass-mode scss-mode yaml-mode yari yasnippet)
"A list of packages to ensure are installed at launch.")