Merge pull request #4962 from marienz/fix-local

Fix making doom-first-input-hook permanent-local
This commit is contained in:
Henrik Lissner
2021-05-01 13:21:44 -04:00
committed by GitHub

View File

@ -127,7 +127,7 @@ users).")
(defvar doom-first-input-hook nil
"Transient hooks run before the first user input.")
(put doom-first-input-hook 'permanent-local t)
(put 'doom-first-input-hook 'permanent-local t)
(defvar doom-first-file-hook nil
"Transient hooks run before the first interactively opened file.")