Added projectile-mode.

This commit is contained in:
Lars Tveito 2015-03-31 21:58:33 +02:00
parent 009ffd95f5
commit 746dbec267
2 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,7 @@ PACKAGE is installed and the current version is deleted."
dirtrack-mode ; directory tracking in *shell* dirtrack-mode ; directory tracking in *shell*
recentf-mode ; Recently opened files. recentf-mode ; Recently opened files.
show-paren-mode ; Highlight matching parentheses. show-paren-mode ; Highlight matching parentheses.
projectile-global-mode ; Manage and navigate projects.
global-undo-tree-mode)) ; Undo as a tree. global-undo-tree-mode)) ; Undo as a tree.
(funcall mode 1)) (funcall mode 1))

View File

@ -429,6 +429,7 @@
dirtrack-mode ; directory tracking in *shell* dirtrack-mode ; directory tracking in *shell*
recentf-mode ; Recently opened files. recentf-mode ; Recently opened files.
show-paren-mode ; Highlight matching parentheses. show-paren-mode ; Highlight matching parentheses.
projectile-global-mode ; Manage and navigate projects.
global-undo-tree-mode)) ; Undo as a tree. global-undo-tree-mode)) ; Undo as a tree.
(funcall mode 1)) (funcall mode 1))