From 79c2e6fb40039a77dc3589fd1634b878b1e54105 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 10 Jul 2018 08:53:18 +0300 Subject: [PATCH] Update a reference to projectile-global-mode --- core/prelude-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 89b65aa..c53ba7e 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -255,7 +255,7 @@ The body of the advice is in BODY." ;; projectile is a project management mode (require 'projectile) (setq projectile-cache-file (expand-file-name "projectile.cache" prelude-savefile-dir)) -(projectile-global-mode t) +(projectile-mode t) ;; avy allows us to effectively navigate to visible things (require 'avy)