ankurdave / color-identifiers-mode

Emacs minor mode to highlight each source code identifier uniquely based on its name
308 stars 23 forks source link

Add an ability to change recoloring delay #87

Closed Hi-Angel closed 1 year ago

Hi-Angel commented 1 year ago

As noted in #27, there is no documented ability to change recoloring delay to e.g. 0. Such variable sounds useful to have, so let's add that. With this PR there is a variable color-identifiers:recoloring-delay that may be set to any delay a user wants, including zero.

Fixes: https://github.com/ankurdave/color-identifiers-mode/issues/27 Fixes: https://github.com/ankurdave/color-identifiers-mode/issues/75

Hi-Angel commented 1 year ago

So, judging by the amount of likes and issues on that matter, that seems like a wanted feature. As a matter of fact I myself was changing the timeout locally, because 5 seconds is too big for me (should we perhaps decrease it btw?). So, I'll probably go ahead with adding the configurable variable.