Closed accelbread closed 2 years ago
Thanks. Does it still work buffer-locally?
Yes, it works buffer-locally. It also works with TRAMP now (though pretty sure tramp ones are shared). The new version uses connection-local variables.
eshell-path-env
still exists but no longer functions; Its docs say "This variable is obsolete since 29.1; use ‘eshell-get-path’ instead."
Great, thank you!
On the Emacs master branch,
eshell-path-env
has been replaced by the functioneshell-set-path
. This causes the eshell path to not be updated byenvrc-mode
. This commit fixes this by usingeshell-set-path
instead, when it is available.