mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
bin/doom couldn't handle spaces in $EMACS, but worse than that, they couldn't be quoted or escaped. This commit addresses the latter. Fix: #8475 Fix: #8403