summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index fe046e18..7a633ac7 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1460,7 +1460,7 @@ don't consider windows satisfying the predicate EXCLUDE."
(define-key eshell-mode-map "\C-z\C-r" #'spw/eshell-cd-project-root))
;; Work around Emacs bugs #54976 and #54977.
-(with-eval-after-load 'eshell-module
+(with-eval-after-load 'esh-module
(dolist (module '(eshell-elecslash eshell-tramp eshell-xtra))
(when (locate-library (format "em-%s" (substring (symbol-name module) 7)))
(add-to-list 'eshell-modules-list module))))