]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
.emacs: show trailing whitespace better
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Aug 2023 19:13:16 +0000 (15:13 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Aug 2023 19:13:16 +0000 (15:13 -0400)
The show-trailing-whitespace option was set with custom-set-variables,
probably because it doesn't work with plain setq (becausee it's a
buffer-local variable). However setq-default does the job, and
prevents the emacs UI from interfering with it.


No differences found