diff options
author | Alan Pearce | 2015-10-18 17:10:45 +0200 |
---|---|---|
committer | Alan Pearce | 2015-10-18 17:10:45 +0200 |
commit | 2dcf288b2f664bef01cc291d18336129cba3c393 (patch) | |
tree | c38b8ebb2f94a274c86e1bc58788953b2306ee07 /tag-emacs/emacs.d | |
parent | 9b0ce6c53ae53474ef80eb8be8857cd45825a227 (diff) | |
download | nixfiles-2dcf288b2f664bef01cc291d18336129cba3c393.tar.lz nixfiles-2dcf288b2f664bef01cc291d18336129cba3c393.tar.zst nixfiles-2dcf288b2f664bef01cc291d18336129cba3c393.zip |
Emacs: Enable colours in comint mode
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 1f6b7333..d2cd2eec 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2107,6 +2107,10 @@ Make a shell-script buffer executable after saving it, if it has a shebang. :config (setq sh-shell-file "/usr/bin/env zsh")) #+END_SRC +#+BEGIN_SRC emacs-lisp + (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) +#+END_SRC + ** eshell I should try to get into the habit of using this more. It’s really |