Don't mess with Projectile's modeline text

This commit is contained in:
Bozhidar Batsov 2014-03-10 11:58:31 +02:00
parent 2c2855841c
commit c9b6b8a76c

View file

@ -265,7 +265,6 @@ The body of the advice is in BODY."
(require 'projectile)
(setq projectile-cache-file (expand-file-name "projectile.cache" prelude-savefile-dir))
(projectile-global-mode t)
(diminish 'projectile-mode "Prjl")
;; anzu-mode enhances isearch by showing total matches and current match position
(require 'anzu)