From 7a5e798d033baf331532a945e8db3d0f5db78368 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 11 May 2015 12:44:30 +0300 Subject: [PATCH] Track upstream changes in avy --- core/prelude-editor.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 138d51e..65d84c7 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -260,10 +260,10 @@ The body of the advice is in BODY." (projectile-global-mode t) ;; avy allows us to effectively navigate to visible things -(require 'avy-jump) +(require 'avy) (setq avy-background t) -(setq avy-goto-char-style 'at) -(setq avy-goto-word-style 'at) +(setq avy-style 'at-full) +(setq avy-style 'at-full) ;; anzu-mode enhances isearch & query-replace by showing total matches and current match position (require 'anzu)