diff options
Diffstat (limited to 'shoshimacs.org')
-rw-r--r-- | shoshimacs.org | 5 |
1 files changed, 3 insertions, 2 deletions
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 |