Get rid of a stray +

This commit is contained in:
Edmund Miller 2018-06-05 18:02:46 -05:00
parent d45d95dee3
commit fada449bd4

View file

@ -6,7 +6,7 @@
:after (python)
:init
(defvar +python-conda-home '("~/.anaconda3" "/usr/bin/anaconda3" "~/.anaconda")
+ "A list of host pattern and corresponding anaconda home.")
"A list of host pattern and corresponding anaconda home.")
:config
(advice-add 'anaconda-mode-bootstrap :override #'*anaconda-mode-bootstrap)
(conda-env-autoactivate-mode -1)