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")
;; 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)