necaris / conda.el

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

Fix the function conda-env-shell-init #95

Closed louisdecharson closed 2 years ago

louisdecharson commented 2 years ago

Fixing #87

The function conda-env-shell-init was not working due to a parenthesis closure issue. This PR is fixing it.