Add eshell-tramp, for persistent sudo auth
This commit is contained in:
parent
412e3e99fd
commit
b59d3b8e7a
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user