chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4dfa5
)
emacs: Turn off fontification in shell mode.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 15 May 2008 10:44:02 +0000
(11:44 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/emacs
b/emacs
index 50a5b7b2dd9905ecfdd34241add01d743fced75a..601d36e5c1794fd6ad74c5cd49fba1298acb55c3 100644
(file)
--- 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)