lang/python: remove +python-conda-env (unused)
This commit is contained in:
parent
7ffa3c8d8d
commit
9b11f8e76d
1 changed files with 0 additions and 6 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue