Disable anzu temporarily due to a bug in it
This commit is contained in:
parent
5d4220f5b4
commit
239571f17b
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")
|
(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)
|
||||||
|
|
Loading…
Reference in a new issue