]> gitweb.michael.orlitzky.com - emacs.d.git/commit
.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)
commitce1ee19a2d810d2ccc8bd4ab2cef72688728b5fa
treef2d3e68022a74fe027339bb635c457e29071b2bd
parent85dd61d37b8dde63d32bc639822a814e61940f0f
.emacs: show trailing whitespace better

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.
.emacs