From: alex Date: Thu, 2 Feb 2023 17:21:42 +0000 (+0100) Subject: Always show trailing whitespace X-Git-Tag: 20240214-emacs~454 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=1953595077fdd374244196a3ece0abf5cfbda6e0;p=alex.git Always show trailing whitespace --- diff --git a/emacs/emacs.el b/emacs/emacs.el index f7638ec..648db1d 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -74,6 +74,7 @@ (load-theme 'modus-operandi :no-confirm) (setq column-number-mode t) +(setq-default show-trailing-whitespace t) (straight-use-package 'undo-tree) (global-undo-tree-mode)