dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 4f954bf7b2ea71af7ba2093e1106a0e601846344
parent 5a65117cfc0c5cc9b97736e55b94127d7da04d57
Author: Lukas Henkel <lh@entf.net>
Date:   Fri, 17 Nov 2023 22:06:40 +0100

Show trailing whitespace

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -410,6 +410,7 @@ '(save-place-mode t) '(savehist-mode t) '(scroll-conservatively 100) + '(show-trailing-whitespace t) '(tab-always-indent 'complete) '(use-short-answers t) '(warning-suppress-types '((comp)))