From: James Bunton Date: Sat, 24 Feb 2018 01:16:07 +0000 (+1100) Subject: Set avy-style=at instead of the default at-full X-Git-Url: https://code.delx.au/dotemacs/commitdiff_plain/365799b2a29f60d9ae1ab1db0e5fceb0252c15e5?ds=sidebyside Set avy-style=at instead of the default at-full --- 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)