Update a reference to projectile-global-mode
This commit is contained in:
parent
c142100e63
commit
79c2e6fb40
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue