diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:36:01 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:36:01 +0200 |
| commit | 37606b2e8afe77a6db9b2d23e9bade98abeb3102 (patch) | |
| tree | 345dd714cba862cde66eadce9f9b4a3c2d13dd00 /dot.emacs.d/init.el | |
| parent | 9c008a1d416839b760acc861a086c980581176ad (diff) | |
Emacs: (setq-default show-trailing-whitespace t)
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 6559c2b..63a98d1 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -60,6 +60,8 @@ (setq display-line-numbers nil)) (add-hook 'pdf-view-mode-hook #'my-dont-show-line-numbers-hook)) +(setq-default show-trailing-whitespace t) + (add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) (add-to-list 'auto-mode-alist '("/neomutt" . mail-mode)) (add-hook 'mail-mode-hook 'turn-on-auto-fill) |
