mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: remove +python-conda-env (unused)
This commit is contained in:
@ -15,9 +15,3 @@ executable and packages."
|
||||
(setq conda-anaconda-home home)
|
||||
(message "Successfully changed conda home to: %s" (abbreviate-file-name home))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +python-conda-env ()
|
||||
"Add conda environment string to the major mode modeline segment."
|
||||
(when conda-env-current-name
|
||||
(format "conda:%s" conda-env-current-name)))
|
||||
|
||||
|
Reference in New Issue
Block a user