emacs: load eshell modules with main module
Alan Pearce alan@alanpearce.eu
Wed, 12 Mar 2025 16:23:15 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -788,6 +788,7 @@ :init (progn (with-eval-after-load 'evil-ex (evil-ex-define-cmd "esh[ell]" #'eshell))) :config (progn + (eshell-load-modules eshell-modules-list) (setq eshell-prompt-function (lambda () (concat (eshell/pwd) "\n$ ")) eshell-prompt-regexp "^[$][[:blank:]]"