added projectile
This commit is contained in:
parent
8dce63f133
commit
7c430da6b4
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue