refactor(eshell): remove wait for esh-module
This commit is contained in:
parent
b84403a9fa
commit
034da90693
1 changed files with 1 additions and 3 deletions
|
@ -109,9 +109,7 @@ You should use `set-eshell-alias!' to change this.")
|
||||||
;; or configure `+eshell-aliases' via elisp.
|
;; or configure `+eshell-aliases' via elisp.
|
||||||
(advice-add #'eshell-write-aliases-list :override #'ignore)
|
(advice-add #'eshell-write-aliases-list :override #'ignore)
|
||||||
|
|
||||||
;; REVIEW In Emacs 27 and newer, waiting for esh-module is unnecessary.
|
(add-to-list 'eshell-modules-list 'eshell-tramp)
|
||||||
(after! esh-module
|
|
||||||
(add-to-list 'eshell-modules-list 'eshell-tramp))
|
|
||||||
|
|
||||||
;; Visual commands require a proper terminal. Eshell can't handle that, so
|
;; Visual commands require a proper terminal. Eshell can't handle that, so
|
||||||
;; it delegates these commands to a term buffer.
|
;; it delegates these commands to a term buffer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue