From 75cc671cf1e08fcbca2f92bde26b57652176a41c Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 9 Dec 2022 22:41:01 +0000 Subject: eat: diminish mode --- custom/jao-custom-exwm.el | 2 +- init.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index 3ba9d49..dbb05a2 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -508,7 +508,7 @@ ([?\s-R] . app-launcher-run-app) ([?\s-r] . jao-transient-recoll) ([?\s-s] . jao-transient-streaming) - ([?\s-t] . vterm) + ([?\s-t] . eat) ([?\s-w] . jao-transient-utils) ([?\s-z] . jao-transient-sleep) ([XF86AudioMute] . jao-mixer-master-toggle) diff --git a/init.el b/init.el index e887242..7e43240 100644 --- a/init.el +++ b/init.el @@ -1594,11 +1594,12 @@ ;;;; eat (use-package eat + :ensure t :init (setq jao-use-eat t eat-kill-buffer-on-exit t) :hook ((eshell-mode . eat-eshell-mode) (eshell-mode . eat-eshell-visual-command-mode)) - :ensure t) + :diminish ((eat-eshell-mode . ""))) ;;;; term (defvar-local jao-term--cmd nil) -- cgit v1.2.3