Revert "Disable anzu temporarily due to a bug in it"

This reverts commit 239571f17b.
This commit is contained in:
Bozhidar Batsov 2013-09-27 15:07:40 +03:00
parent 0dbb140fbd
commit e026389790

View file

@ -286,9 +286,9 @@ The body of the advice is in BODY."
(diminish 'projectile-mode "Prjl") (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)
;; (diminish 'anzu-mode) (diminish 'anzu-mode)
;; (global-anzu-mode) (global-anzu-mode)
(require 'helm-misc) (require 'helm-misc)
(require 'helm-projectile) (require 'helm-projectile)