]> code.delx.au - dotemacs/commitdiff
Set avy-style=at instead of the default at-full
authorJames Bunton <jbunton@atlassian.com>
Sat, 24 Feb 2018 01:16:07 +0000 (12:16 +1100)
committerJames Bunton <jbunton@atlassian.com>
Sat, 24 Feb 2018 01:16:07 +0000 (12:16 +1100)
lisp/my-minor-modes.el

index 2728fbba0184f4004f3e0151e8ee8fc932cb123f..ac4ffec4fc94cd677ac194b573331e86182effdf 100644 (file)
@@ -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)