dotemacs

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

commit 0e627d8881022ab73eda0952664a08db105e6f26
parent 08f27b49f630a4c405fec090940e97acc14c2951
Author: Lukas Henkel <lh@entf.net>
Date:   Thu, 12 Oct 2023 19:55:33 +0200

Show trailing whitespace

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

diff --git a/init.el b/init.el @@ -389,6 +389,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)))