mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] add projectile
This commit is contained in:
parent
1a487e5f8d
commit
e24a693552
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
(depends-on "smex")
|
(depends-on "smex")
|
||||||
(depends-on "expand-region")
|
(depends-on "expand-region")
|
||||||
(depends-on "powerline")
|
(depends-on "powerline")
|
||||||
|
(depends-on "ack-and-a-half")
|
||||||
|
(depends-on "projectile")
|
||||||
|
|
||||||
;; Themes
|
;; Themes
|
||||||
(depends-on "theme-park-mode")
|
(depends-on "theme-park-mode")
|
||||||
|
|
1
.emacs.d/init.d/projectile.el
Normal file
1
.emacs.d/init.d/projectile.el
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(projectile-global-mode)
|
Loading…
Reference in a new issue