Fix eshell tramp loading
This commit is contained in:
parent
2e6ca39bce
commit
9f8040c4d3
@ -2581,7 +2581,8 @@ Make EShell's tab completion work like Bash's:
|
||||
|
||||
Add additional useful modules:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'eshell-modules-list 'eshell-tramp)
|
||||
(with-eval-after-load 'eshell
|
||||
(add-to-list 'eshell-modules-list 'eshell-tramp))
|
||||
#+END_SRC
|
||||
|
||||
Prefer Lisp commands to external programs:
|
||||
|
Loading…
Reference in New Issue
Block a user