Revert "Disable anzu temporarily due to a bug in it"
This reverts commit 239571f17b
.
This commit is contained in:
parent
0dbb140fbd
commit
e026389790
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue