In one of my lisp files I had a line like (defcustom name ?\, which basically sets the space char as the initial value of the variable.
After turning on ethan-wspace-mode (and editing + saving the file a few times), the space after \ was removed which means the actual code was changed.
In one of my lisp files I had a line like
(defcustom name ?\, which basically sets the space char as the initial value of the variable.After turning on ethan-wspace-mode (and editing + saving the file a few times), the space after
\was removed which means the actual code was changed.