Track upstream changes in avy
This commit is contained in:
parent
b2947f2164
commit
7a5e798d03
1 changed files with 3 additions and 3 deletions
|
@ -260,10 +260,10 @@ The body of the advice is in BODY."
|
||||||
(projectile-global-mode t)
|
(projectile-global-mode t)
|
||||||
|
|
||||||
;; avy allows us to effectively navigate to visible things
|
;; avy allows us to effectively navigate to visible things
|
||||||
(require 'avy-jump)
|
(require 'avy)
|
||||||
(setq avy-background t)
|
(setq avy-background t)
|
||||||
(setq avy-goto-char-style 'at)
|
(setq avy-style 'at-full)
|
||||||
(setq avy-goto-word-style 'at)
|
(setq avy-style 'at-full)
|
||||||
|
|
||||||
;; anzu-mode enhances isearch & query-replace by showing total matches and current match position
|
;; anzu-mode enhances isearch & query-replace by showing total matches and current match position
|
||||||
(require 'anzu)
|
(require 'anzu)
|
||||||
|
|
Loading…
Reference in a new issue