necaris / conda.el

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

Allow arbitrary arguments to call-json-subcommand #122

Closed necaris closed 2 years ago

necaris commented 2 years ago

Refactor conda--call-json-subcommand to use process-file rather than the shell-command-to-string wrapper. This also lets us add arbitrary arguments after the subcommand, rather than just an optional env-dir.

Closes #118 (again)