d12frosted / homebrew-emacs-plus

Emacs Plus formulae for the Homebrew package manager
MIT License
2.38k stars 187 forks source link

feat: roll back to superenv yet keep path injection #714

Closed d12frosted closed 3 months ago

d12frosted commented 3 months ago

It turns out all these tricks we are doing with path are not needed as there is a way to access original path via ORIGINAL_PATHS variable. This means that we can keep the stable super env while still injecting path.

P.S. this kind of like a dev branch