Get rid of a stray +
This commit is contained in:
parent
d45d95dee3
commit
fada449bd4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue