mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(python): move conda-env-intiailize-eshell to eshell-load-hook
It's easier for users to remove a hook than undo the side-effects of `conda-env-initialize-eshell` manually.
This commit is contained in:
@ -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 " "))
|
||||
|
Reference in New Issue
Block a user