aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index f7638ec8..648db1df 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)