mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(eshell): remove wait for esh-module
This commit is contained in:
@ -109,9 +109,7 @@ You should use `set-eshell-alias!' to change this.")
|
||||
;; or configure `+eshell-aliases' via elisp.
|
||||
(advice-add #'eshell-write-aliases-list :override #'ignore)
|
||||
|
||||
;; REVIEW In Emacs 27 and newer, waiting for esh-module is unnecessary.
|
||||
(after! esh-module
|
||||
(add-to-list 'eshell-modules-list 'eshell-tramp))
|
||||
(add-to-list 'eshell-modules-list 'eshell-tramp)
|
||||
|
||||
;; Visual commands require a proper terminal. Eshell can't handle that, so
|
||||
;; it delegates these commands to a term buffer.
|
||||
|
Reference in New Issue
Block a user