diff --git a/emacs/init.org b/emacs/init.org index e58d27a..9967117 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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: