I have the following in my .emacs:
(add-to-list 'load-path "~/.emacs.d/")
(require 'ethan-wspace)
(global-ethan-wspace-mode 1)
Do I understand that when I open the file then create some new line consisting of only spaces (which ethan-wspace highlights) then hit C-x C-s and whitespaces should be removed? This doesn't happen for some reason.
I have the following in my
.emacs:Do I understand that when I open the file then create some new line consisting of only spaces (which ethan-wspace highlights) then hit C-x C-s and whitespaces should be removed? This doesn't happen for some reason.