From e02638979089b18e908b0407b508ced3578acee0 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 27 Sep 2013 15:07:40 +0300 Subject: [PATCH] Revert "Disable anzu temporarily due to a bug in it" This reverts commit 239571f17be8cff4381d583b8ea4388024f11703. --- 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 04ee6e9..ee2602b 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)