summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 20:55:50 +0100
committerAlan Pearce2014-04-13 20:55:50 +0100
commita6b25f53ecb085efa679e15f620f4c212402480b (patch)
treef36336e399f3d1627e9415cef421f653213e1813 /tag-emacs
parent3c256c0655666bbbcda6f495f0c348312efa79b0 (diff)
downloaddotfiles-a6b25f53ecb085efa679e15f620f4c212402480b.tar.lz
dotfiles-a6b25f53ecb085efa679e15f620f4c212402480b.tar.zst
dotfiles-a6b25f53ecb085efa679e15f620f4c212402480b.zip
Emacs: init projectile-mode on startup
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 2cc8031..1c59589 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -720,7 +720,7 @@ Values: `desktop', `server', `laptop'")
 (use-package projectile
   :bind (("C-c C-f" . projectile-find-file)
          ("s-x s-f" . projectile-find-file))
-  :commands (projectile-global-mode))
+  :init (projectile-global-mode)
 
 (use-package project-persist
   :commands (project-persist-mode)