From 7d732f116d436a338ff630035601bdde22c177f7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Dec 2023 07:21:19 +0200 Subject: emacs:(shells) Change eat-term-name to xterm Using "emacs" name messes up tui applications --- .emacs.d/modules/thanos-shells.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/modules') diff --git a/.emacs.d/modules/thanos-shells.el b/.emacs.d/modules/thanos-shells.el index c785261..545bd26 100644 --- a/.emacs.d/modules/thanos-shells.el +++ b/.emacs.d/modules/thanos-shells.el @@ -44,7 +44,7 @@ (eshell-mode . eat-eshell-mode) (eshell-mode . eat-eshell-visual-command-mode) :config - (setf eat-term-name "emacs")) + (setf eat-term-name "xterm")) ;;;; doas completion (defun pcomplete/doas () -- cgit v1.2.3