necaris / conda.el

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

Rename undefined variable `proper-dir` to `envs-dir` #103

Closed louisdecharson closed 2 years ago

louisdecharson commented 2 years ago

Following PR #102 Variable proper-dir is undefined which causes the code to break. I've just renamed it to proper-dir.

Note: I don't know if that is the intended behaviour but at least it prevents the code to break...

necaris commented 2 years ago

Thanks @louisdecharson !