Commit 50f7e9303477
Changed files (1)
tools
emacs
config
tools/emacs/config/config-shells.el
@@ -235,8 +235,8 @@ using either KUBECONFIG or ~/.kube/config"
(use-package xterm-color
:after eshell
:init
- (setq comint-output-filter-functions
- (remove 'ansi-color-process-output comint-output-filter-functions))
+ ;; (setq comint-output-filter-functions
+ ;; (remove 'ansi-color-process-output comint-output-filter-functions))
(add-hook 'shell-mode-hook
(lambda ()
;; Disable font-locking in this buffer to improve performance