Don't mess with Projectile's modeline text
This commit is contained in:
parent
2c2855841c
commit
c9b6b8a76c
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ The body of the advice is in BODY."
|
||||||
(require 'projectile)
|
(require 'projectile)
|
||||||
(setq projectile-cache-file (expand-file-name "projectile.cache" prelude-savefile-dir))
|
(setq projectile-cache-file (expand-file-name "projectile.cache" prelude-savefile-dir))
|
||||||
(projectile-global-mode t)
|
(projectile-global-mode t)
|
||||||
(diminish 'projectile-mode "Prjl")
|
|
||||||
|
|
||||||
;; anzu-mode enhances isearch by showing total matches and current match position
|
;; anzu-mode enhances isearch by showing total matches and current match position
|
||||||
(require 'anzu)
|
(require 'anzu)
|
||||||
|
|
Loading…
Reference in a new issue