summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-12-09 22:41:01 +0000
committerjao <jao@gnu.org>2022-12-09 22:41:43 +0000
commit75cc671cf1e08fcbca2f92bde26b57652176a41c (patch)
treee76457ca542172634f1cf9b77a23fe430b0e78c1
parent442b1cac985fc0789275d3e4cd8d4ea24a1fe1a5 (diff)
downloadelibs-75cc671cf1e08fcbca2f92bde26b57652176a41c.tar.gz
elibs-75cc671cf1e08fcbca2f92bde26b57652176a41c.tar.bz2
eat: diminish mode
-rw-r--r--custom/jao-custom-exwm.el2
-rw-r--r--init.el3
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)