emacs: Turn off fontification in shell mode.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 15 May 2008 10:44:02 +0000 (11:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 15 May 2008 10:44:02 +0000 (11:44 +0100)
It doesn't do anything useful anyway, and collides annoyingly with
natural colours of inferior programs.

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)