diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 1366efbd5..6e7a54c48 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -209,7 +209,7 @@ :config ;; integration with term/eshell (conda-env-initialize-interactive-shells) - (after! eshell (conda-env-initialize-eshell)) + (add-hook 'eshell-load-hook #'conda-env-initialize-eshell) (add-to-list 'global-mode-string '(conda-env-current-name (" conda:" conda-env-current-name " "))