Emacs: Add explanation for whitespace-workaround.

This commit is contained in:
tastytea 2020-03-02 06:10:17 +01:00
parent 6b8a39c00a
commit b62640c4f8
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@
)))))
)
;; Workaround for <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36837>, fixed
;; in 28.1.
(defun my/ws-load-local-vars-first ()
"Loads local variables (fill-column) before enabling whitespace-mode."
(when (< emacs-major-version 27) ; We don't use 'lines-tail in Emacs >= 27.