From 239571f17be8cff4381d583b8ea4388024f11703 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 27 Sep 2013 13:16:45 +0300 Subject: [PATCH] Disable anzu temporarily due to a bug in it --- core/prelude-editor.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index ee2602b..04ee6e9 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -286,9 +286,9 @@ The body of the advice is in BODY." (diminish 'projectile-mode "Prjl") ;; anzu-mode enhances isearch by showing total matches and current match position -(require 'anzu) -(diminish 'anzu-mode) -(global-anzu-mode) +;; (require 'anzu) +;; (diminish 'anzu-mode) +;; (global-anzu-mode) (require 'helm-misc) (require 'helm-projectile)