Skip to content

Commit

Permalink
Update a reference to projectile-global-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and Caleb Epstein committed Sep 4, 2019
1 parent 8caa026 commit daac0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/prelude-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit daac0d6

Please sign in to comment.