Browse Source

Don't mess with Projectile's modeline text

custom
Bozhidar Batsov 12 years ago
parent
commit
c9b6b8a76c
  1. 1
      core/prelude-editor.el

1
core/prelude-editor.el

@ -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…
Cancel
Save