mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #4962 from marienz/fix-local
Fix making doom-first-input-hook permanent-local
This commit is contained in:
@ -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.")
|
||||
|
Reference in New Issue
Block a user