From 9b11f8e76df84b6aff197827f07642bd12008f67 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Aug 2018 22:32:29 +0200 Subject: [PATCH] lang/python: remove +python-conda-env (unused) --- modules/lang/python/autoload/conda.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/lang/python/autoload/conda.el b/modules/lang/python/autoload/conda.el index c20b8fd8e..f0b78b5c2 100644 --- a/modules/lang/python/autoload/conda.el +++ b/modules/lang/python/autoload/conda.el @@ -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))) -