emacs: Turn off fontification in shell mode.
[profile] / emacs
diff --git a/emacs b/emacs
index 50a5b7b..601d36e 100644 (file)
--- a/emacs
+++ b/emacs
 ;; --- Notice passwords, and make C-a work right ---
 
 (add-hook 'shell-mode-hook #'mdw-sh-mode-setup)
+(setq shell-font-lock-keywords nil)
 
 (add-hook 'term-mode-hook #'mdw-term-mode-setup)