riscy / shx-for-emacs

An Emacs shell-mode (and comint-mode) extension that enables displaying small plots and graphics and lets users write shell commands in Emacs Lisp.
GNU General Public License v3.0
218 stars 10 forks source link

allow calling shx commands with environment variables #8

Closed CeleritasCelery closed 6 years ago

CeleritasCelery commented 6 years ago

Currently if using an shx command you can't use enviroment variables like you would with a shell-level call (e.g. :e $HOME/some/file).