mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
On Windows, restart-emacs doesn't escape its arguments properly (#6219).56686f677a
attempted to fix this, but ended up breaking it for everyone else as well, causing the type error: Wrong type argument: listp, "--eval \"(add-hook 'window-setup-hook #'doom-load-session 100)\"" This commit fixes both the regression and the original issue. Amend:56686f677a
Fix: #6219