aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 02:18:59 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 02:18:59 -0400
commit3081b0dc534f470ea98cecef5073a7f2056455b3 (patch)
treeb3479ab12c9b1fcc44b5940b41962a080970ffdc /init.el
parentFix hook for `gcmh-mode` (diff)
downloadmmosmacs-3081b0dc534f470ea98cecef5073a7f2056455b3.tar.gz
mmosmacs-3081b0dc534f470ea98cecef5073a7f2056455b3.tar.bz2
mmosmacs-3081b0dc534f470ea98cecef5073a7f2056455b3.zip
Don't highlight whitespace in term-mode or vterm-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