Disable anzu temporarily due to a bug in it

This commit is contained in:
Bozhidar Batsov 2013-09-27 13:16:45 +03:00
parent 5d4220f5b4
commit 239571f17b

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)