necaris / conda.el

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

fix: check if json-parse-string available (instead of emacs version) #137

Closed martibosch closed 1 year ago

martibosch commented 1 year ago

Emacs 28 as installed from conda-forge does not have native json support yet (see https://github.com/conda-forge/emacs-feedstock/issues/59), so it seems more solid to check whether json-parse-string is available rather than the emacs version.