summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-03 07:21:19 +0200
committerThanos Apollo <[email protected]>2023-12-03 07:21:19 +0200
commit7d732f116d436a338ff630035601bdde22c177f7 (patch)
tree65da0b9b15659d4acd7f8e4f212d7e1adb2dcd68 /.emacs.d/modules
parenta523807a68103a0840364d75548c80b746a48810 (diff)
emacs:(shells) Change eat-term-name to xterm
Using "emacs" name messes up tui applications
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-shells.el2
1 files changed, 1 insertions, 1 deletions
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 ()