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")