From 2140978777dba51f1924f2ddf6fb4b27acc5778b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 2 Dec 2008 13:46:13 +0000 Subject: [PATCH] emacs: Turn on shell colour handling. It seems that this got turned off by default at some stage. Shame. --- emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs b/emacs index 6a457ba..841ad0d 100644 --- a/emacs +++ b/emacs @@ -654,6 +654,7 @@ ;; --- Notice passwords, and make C-a work right --- (add-hook 'shell-mode-hook #'mdw-sh-mode-setup) +(add-hook 'shell-mode-hook #'ansi-color-for-comint-mode-on) (setq shell-font-lock-keywords nil) (add-hook 'term-mode-hook #'mdw-term-mode-setup) -- 2.11.0