Emacs: Add explanation for whitespace-workaround.
This commit is contained in:
parent
6b8a39c00a
commit
b62640c4f8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user