summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-07-29 23:28:14 +0100
committerjao <jao@gnu.org>2023-07-29 23:28:14 +0100
commit8419f5d38a12db2a8b89ddfa72334a54d70c9d39 (patch)
tree51b77e2c2e551c2340855c9f5e5d167a4b2ad9fc
parentae7b00d999cb3a1ecf566d57413b59d6c1dd756a (diff)
downloadelibs-8419f5d38a12db2a8b89ddfa72334a54d70c9d39.tar.gz
elibs-8419f5d38a12db2a8b89ddfa72334a54d70c9d39.tar.bz2
eat: yank to terminal
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 0114e46..b981d58 100644
--- a/init.el
+++ b/init.el
@@ -1617,7 +1617,8 @@
:ensure t
:commands jao-exec-in-term
:init (setq jao-use-eat t
- eat-kill-buffer-on-exit t)
+ eat-kill-buffer-on-exit t
+ eat-enable-yank-to-terminal t)
:hook ((eshell-mode . eat-eshell-mode)
(eshell-mode . eat-eshell-visual-command-mode))
:diminish ((eat-eshell-mode . "")))