necaris / conda.el

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

Fix activation on Conda >= 4.13 #117

Closed necaris closed 2 years ago

necaris commented 2 years ago

Fix the broken conda--version>= comparison function, which should correctly trigger JSON-format activation for newer Conda versions. Also make a few other cleanups to make this code path clearer and more reliable. Closes #116.