mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -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