Commit 50f7e9303477

Vincent Demeester <vincent@sbr.pm>
2020-05-06 07:01:02
config-shells.el: disable comint-output-filter-functions
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ac402bc
Changed files (1)
tools
emacs
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