Add eshell-tramp, for persistent sudo auth

This commit is contained in:
MitchMarq42 2023-03-04 16:47:23 -09:00
parent 412e3e99fd
commit b59d3b8e7a

View File

@ -189,6 +189,7 @@
:config :config
(add-to-list 'eshell-modules-list 'eshell-rebind) (add-to-list 'eshell-modules-list 'eshell-rebind)
(add-to-list 'eshell-modules-list 'eshell-hist) (add-to-list 'eshell-modules-list 'eshell-hist)
(add-to-list 'eshell-modules-list 'eshell-tramp)
(add-hook 'kill-emacs-hook #'eshell-save-some-history) (add-hook 'kill-emacs-hook #'eshell-save-some-history)
(defun eshell-evil-insert-line (count &optional vcount) (defun eshell-evil-insert-line (count &optional vcount)
(interactive "p") (interactive "p")