From: Mark Wooding Date: Thu, 15 May 2008 10:44:02 +0000 (+0100) Subject: emacs: Turn off fontification in shell mode. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/0805d57c0183147591bef7b590cab6b6e4f7cb0e?ds=inline;hp=-c emacs: Turn off fontification in shell mode. It doesn't do anything useful anyway, and collides annoyingly with natural colours of inferior programs. --- 0805d57c0183147591bef7b590cab6b6e4f7cb0e diff --git a/emacs b/emacs index 50a5b7b..601d36e 100644 --- a/emacs +++ b/emacs @@ -600,6 +600,7 @@ ;; --- 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)