diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-17 18:04:45 -0600 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-17 18:04:45 -0600 |
commit | 13da2e73efd4f6c0e9c237ed06d89c9415fa0e73 (patch) | |
tree | e6c1d5b126184c11bc81b26bdb2c7604cf0acdfb /shoshimacs.el | |
parent | b3c502724d3675de1b2c3ac4870876da865e638a (diff) |
Add: show-trailing-whitespace [editing]
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 3 |
1 files changed, 2 insertions, 1 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") |