async-shell-command support?
TxGVNN opened this issue · 1 comments
TxGVNN commented
Hi @purcell
I wonder why we don't propagate env for async-shell-command. Sometimes I use async-shell-command to call pip install
but the pip version is not correct
And this help me
(advice-add 'async-shell-command :around #'envrc-propagate-environment)
Thanks
purcell commented
Makes sense, done — thanks!