From d1f90eaef1466710d668cee780d6d33b18ce81d8 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 5 Sep 2025 20:10:54 -0700 Subject: [PATCH] Use with editor in eshell --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1d63726..0b0cd95 100644 --- a/init.el +++ b/init.el @@ -2712,7 +2712,8 @@ Actually, return the method name." (defun my/-eshell-mode-setup () "Setup function run from `eshell-mode-hook'" (setq-local corfu-auto nil) - (my/-eshell-maybe-setup-remote t)) + (my/-eshell-maybe-setup-remote t) + (with-editor-export-editor)) (setq-default eshell-command-aliases-list '(("clear" "clear t") ("e" "find-file $1")