]> code.delx.au - dotemacs/commitdiff
reduce avy jump timeout
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 27 Jul 2016 15:10:14 +0000 (01:10 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 27 Jul 2016 15:26:46 +0000 (01:26 +1000)
lisp/my-minor-modes.el

index 925b6917975719e1360f9392936e9b15a85580d0..29bdf73dbc93738555e076d8e2eed7f64acfcf7f 100644 (file)
@@ -3,7 +3,7 @@
 (require 'avy)
 (setq avy-background t)
 (setq avy-all-windows nil)
-(setq avy-timeout-seconds 1)
+(setq avy-timeout-seconds 0.3)
 
 (require 'change-inner)