Kungsgeten / steam.el

Organize and launch your Steam games from Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async shell command in steam launch

schvabodka-man opened this issue · comments

commented

Hello. Would be nice if you'll replace shell-command with async-shell-command. Currently steam.el blocks emacs when playing something, async shell command would be a lot nicer that current state of app.

Hi! I've mostly been using this on Windows, where it for some reason doesn't block Emacs (I think because of some error, actually). I've now switched to start-process instead of shell-command, which I believe will work.