Skip to content

Conversation

@akirak
Copy link

@akirak akirak commented Jan 23, 2020

Setting lexical-binding to t is now a recommended practice for all Emacs packages, so I set it. This spares you from explicitly making a local variable of process-environment.

It is also important to not wrap start-process with a new buffer. If exec-path is set locally in the parent Org file and an iex executable is only available in the local exec-path, you cannot find the executable in the new buffer, which causes an error. Instead, pass the buffer (name) directly to start-process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant