Use with editor in eshell
This commit is contained in:
3
init.el
3
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")
|
||||
|
Reference in New Issue
Block a user