From c998cebd31df69184b540fdb969193a87fabbd22 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 27 Mar 2018 19:18:26 -0400 Subject: [PATCH] ansi-color-for-comint-mode = t --- core/core-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-ui.el b/core/core-ui.el index a2b8c1590..e442a00df 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -33,6 +33,7 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.") "List of hooks to run when core-ui is initialized.") (setq-default + ansi-color-for-comint-mode t bidi-display-reordering nil ; disable bidirectional text for tiny performance boost blink-matching-paren nil ; don't blink--too distracting compilation-always-kill t ; kill compilation process before starting another