mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
doom/reload quotes `doom-bin`, but if doom-bin uses a tilde instead of an absolute path, the quoting means it won't be expanded to $HOME, causing "no such file or directory" errors when trying to execute it. Fix: #6603