necaris / conda.el

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

fix autoload for windows #147

Closed fktpp2022 closed 1 year ago

fktpp2022 commented 1 year ago

This fix the initial stringp nil error, when:

  1. Anaconda is not added to Path.
  2. Anaconda Home is set to the directory where conda.exe installed.
necaris commented 1 year ago

Thanks @fktpp2022 !