lang/python: remove +python-conda-env (unused)

This commit is contained in:
Henrik Lissner 2018-08-01 22:32:29 +02:00
parent 7ffa3c8d8d
commit 9b11f8e76d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))