aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el3
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")