Use with editor in eshell

This commit is contained in:
2025-09-05 20:10:54 -07:00
parent f5bcc7e5c1
commit d1f90eaef1

View File

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