aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index a12383b..daa0001 100644
--- a/init.el
+++ b/init.el
@@ -365,7 +365,8 @@
365 compilation-mode-hook 365 compilation-mode-hook
366 minibuffer-setup-hook 366 minibuffer-setup-hook
367 special-mode-hook 367 special-mode-hook
368 term-mode-hook)) 368 term-mode-hook
369 vterm-mode-hook))
369 (add-hook hook (lambda () (setq-local show-trailing-whitespace nil)))) 370 (add-hook hook (lambda () (setq-local show-trailing-whitespace nil))))
370 371
371;; Make files end with newline 372;; Make files end with newline