necaris / conda.el

Emacs helper library (and minor mode) to work with conda environments
MIT License
153 stars 49 forks source link

Fix #77: buffer local variable `conda-anaconda-home' not working #78

Closed AirManH closed 3 years ago

AirManH commented 3 years ago

I use conda-anaconda-home-tmp to temporarily save the current value of conda-anaconda-home outside with-current-buffer block.

necaris commented 3 years ago

Thanks @AirManH !!