From c9b6b8a76cb6d3cfa37b6c9f2c74f897eb7c52b9 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 10 Mar 2014 11:58:31 +0200 Subject: [PATCH] Don't mess with Projectile's modeline text --- core/prelude-editor.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 8c56374..31c5a09 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -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)