summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2025-03-12 16:23:15 +0100
committerAlan Pearce2025-03-12 16:23:15 +0100
commitd6c301581f7d105023d324650a1142a3a6428bd4 (patch)
treef64dedbb8f2bf6c0c8b62ae7150d8bf0d65f90d1 /user
parentf528684934b8031ce8aebe8ddda938b3611c3a0f (diff)
downloadnixfiles-d6c301581f7d105023d324650a1142a3a6428bd4.tar.lz
nixfiles-d6c301581f7d105023d324650a1142a3a6428bd4.tar.zst
nixfiles-d6c301581f7d105023d324650a1142a3a6428bd4.zip
emacs: load eshell modules with main module
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index bdc8bb26..bdde6e7c 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -788,6 +788,7 @@ _C-k_: prev  _u_pper              _=_: upper/lower       _s_mart resolve
           (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:]]"