skeeto / impatient-mode

Impatient html mode. See your changes in the browser as you type
215 stars 19 forks source link

type of impatient-mode-delay custom variable #37

Closed xavierr closed 1 year ago

xavierr commented 1 year ago

From the documentation string, it looks the custom variable impatient-mode-delay should be a number but it is set as a boolean:

(defcustom impatient-mode-delay nil
  "The delay in seconds between a keypress and the browser reload.
Set to nil for no delay"
  :group 'impatient
  :type 'boolean)
skeeto commented 1 year ago

Whoops, you're right. That was probably a copy-paste error.

xavierr commented 1 year ago

Thanks! I wrote a fix for myself but I am glad I did not send it : Yours is so much more elegant!