mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Caused because of symbol-file advice assuming SYMBOL would always be a symbol. This would prevent backtraces from happening, making debugging impossibly obtuse. This may indirectly fix #701