purcell / envrc

Emacs support for direnv which operates buffer-locally
379 stars 35 forks source link

envrc--call-process-with-global-env: Wrong type argument: stringp, envrc-direnv-executable #48

Closed eval-on-point closed 2 years ago

eval-on-point commented 2 years ago

The latest version of the package introduces envrc-direnv-executable but appears to accidentally quote it where it is actually called. This produces the following error on my Emacs:

envrc--call-process-with-global-env: Wrong type argument: stringp, envrc-direnv-executable

Unquoting the variable appears to fix the problem.