summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-17 10:28:29 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-17 10:28:29 -0800
commite0e315820d67cffd648898c40bded1074f648f13 (patch)
treec480043108c5fd5ae7828675432fc6f900c1aa52 /emacs.d/init.el
parent[Emacs] Group ruby buffers on the mode name, not file extension. (diff)
downloademacs.d-e0e315820d67cffd648898c40bded1074f648f13.tar.gz
[Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'.
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 652ab5f..3245242 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -408,7 +408,7 @@
   :bind-keymap ("C-c p" . projectile-command-map)
 
   :init
-  (add-hook 'after-init-hook #'projectile-global-mode)
+  (add-hook 'after-init-hook #'projectile-mode)
 
   :config
   (use-package counsel-projectile :ensure t)