diff options
-rw-r--r-- | custom/jao-custom-exwm.el | 2 | ||||
-rw-r--r-- | 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) @@ -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) |