elp-revive / auto-highlight-symbol

Automatic highlighting current symbol minor mode.
GNU General Public License v3.0
52 stars 13 forks source link

Navigation not possible before ahs-idle-interval has passed #25

Open nordlow opened 10 months ago

nordlow commented 10 months ago

Navigation should be possible before ahs-idle-interval has passed.

The advice

(defadvice ahs-select (before idle-do-hl activate)
    (ahs-idle-function))

currently fixes things but I believe this should be the default behavior implemented without an advice.