diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index 41ca9f523..4b629dcd6 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -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.