all repos — nixfiles @ a6b25f53ecb085efa679e15f620f4c212402480b

System and user configuration, managed by nix and home-manager

Emacs: init projectile-mode on startup
Alan Pearce alan@alanpearce.co.uk
Sun, 13 Apr 2014 20:55:50 +0100
commit

a6b25f53ecb085efa679e15f620f4c212402480b

parent

3c256c0655666bbbcda6f495f0c348312efa79b0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -720,7 +720,7 @@ (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)