From 13da2e73efd4f6c0e9c237ed06d89c9415fa0e73 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Tue, 17 Jan 2023 18:04:45 -0600 Subject: Add: show-trailing-whitespace [editing] --- shoshimacs.el | 3 ++- shoshimacs.org | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/shoshimacs.el b/shoshimacs.el index a2fb760..b1fdac0 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -168,7 +168,8 @@ (recentf-mode) -(setq indent-tabs-mode nil) +(setq indent-tabs-mode nil + show-trailing-whitespace t) ;;; Programming (defvar slime-repo "https://github.com/slime/slime") diff --git a/shoshimacs.org b/shoshimacs.org index 9861162..4ad3909 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -664,10 +664,11 @@ from them in various Emacs menus. [[*\[\[info:consult#Top\]\[consult\]\] - Consu (recentf-mode) #+end_src -** tabs and spaces +** whitespace, tabs, and spaces #+begin_src emacs-lisp - (setq indent-tabs-mode nil) + (setq indent-tabs-mode nil + show-trailing-whitespace t) #+end_src * Programming -- cgit v1.2.3