diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 02:18:59 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 02:18:59 -0400 |
commit | 3081b0dc534f470ea98cecef5073a7f2056455b3 (patch) | |
tree | b3479ab12c9b1fcc44b5940b41962a080970ffdc /init.el | |
parent | Fix hook for `gcmh-mode` (diff) | |
download | mmosmacs-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.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |