diff options
author | Alan Pearce | 2025-03-12 16:23:15 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-12 16:23:15 +0100 |
commit | d6c301581f7d105023d324650a1142a3a6428bd4 (patch) | |
tree | f64dedbb8f2bf6c0c8b62ae7150d8bf0d65f90d1 /user/emacs | |
parent | f528684934b8031ce8aebe8ddda938b3611c3a0f (diff) | |
download | nixfiles-d6c301581f7d105023d324650a1142a3a6428bd4.tar.lz nixfiles-d6c301581f7d105023d324650a1142a3a6428bd4.tar.zst nixfiles-d6c301581f7d105023d324650a1142a3a6428bd4.zip |
emacs: load eshell modules with main module
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/init.el | 1 |
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:]]" |