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
commit 08cbe7da62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.")