mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
We were making the value of doom-first-input-hook permanent-local instead of doom-first-input-hook itself. That value is normally nil at this point, which seems to be harmless. Reloading core.el from a script (while doom-first-input-hook is not empty) results in an error. Fix it by adding the missing quote present in the other calls.