summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
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)