Files
doomemacs/core
Marien Zwart 76523c401f Fix making doom-first-input-hook permanent-local
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.
2021-05-01 23:49:10 +10:00
..
2021-02-24 18:28:23 -05:00
2021-02-26 21:33:00 -05:00
2021-04-29 17:24:40 -04:00