chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
emacs: Turn off fontification in shell mode.
[profile]
/
emacs
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)