diff --git a/init.el b/init.el index fd5b4a2..8aff2b7 100644 --- a/init.el +++ b/init.el @@ -339,6 +339,7 @@ PACKAGE is installed and the current version is deleted." dirtrack-mode ; directory tracking in *shell* recentf-mode ; Recently opened files. show-paren-mode ; Highlight matching parentheses. + projectile-global-mode ; Manage and navigate projects. global-undo-tree-mode)) ; Undo as a tree. (funcall mode 1)) diff --git a/init.org b/init.org index 94080aa..1f886ff 100644 --- a/init.org +++ b/init.org @@ -429,6 +429,7 @@ dirtrack-mode ; directory tracking in *shell* recentf-mode ; Recently opened files. show-paren-mode ; Highlight matching parentheses. + projectile-global-mode ; Manage and navigate projects. global-undo-tree-mode)) ; Undo as a tree. (funcall mode 1))