commit 50f7e9303477c7def336d4eaab3796191db7dce8 parent ac402bca72ceef66eeeef5b26068c8c4845b3318 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 6 May 2020 07:01:02 +0200 config-shells.el: disable comint-output-filter-functions Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tools/emacs/config/config-shells.el | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/emacs/config/config-shells.el b/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