1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-03-30 01:03:40 -09:00

[emacs] add projectile

This commit is contained in:
Correl Roush 2013-10-21 15:30:51 -04:00
parent 1a487e5f8d
commit e24a693552
2 changed files with 3 additions and 0 deletions
.emacs.d

View file

@ -11,6 +11,8 @@
(depends-on "smex")
(depends-on "expand-region")
(depends-on "powerline")
(depends-on "ack-and-a-half")
(depends-on "projectile")
;; Themes
(depends-on "theme-park-mode")

View file

@ -0,0 +1 @@
(projectile-global-mode)