From 365799b2a29f60d9ae1ab1db0e5fceb0252c15e5 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 24 Feb 2018 12:16:07 +1100 Subject: [PATCH] Set avy-style=at instead of the default at-full --- lisp/my-minor-modes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/my-minor-modes.el b/lisp/my-minor-modes.el index 2728fbb..ac4ffec 100644 --- a/lisp/my-minor-modes.el +++ b/lisp/my-minor-modes.el @@ -14,6 +14,7 @@ (setq avy-all-windows nil) (setq avy-timeout-seconds 0.3) (setq avy-keys '(?a ?o ?e ?u ?h ?t ?n ?s)) +(setq avy-style 'at) (require 'change-inner) -- 2.39.2