Set auto-highlight-symbol delay to 0.5s instead of crazy 0.01s

This commit is contained in:
syl20bnr 2013-04-19 11:17:29 -04:00
parent 9fe20b16b3
commit 7fe5d343c2

View file

@ -2,4 +2,4 @@
(custom-set-variables
'(ahs-case-fold-search nil)
'(ahs-default-range (quote ahs-range-whole-buffer))
'(ahs-idle-interval 0.01))
'(ahs-idle-interval 0.5))