Merge pull request #4962 from marienz/fix-local
Fix making doom-first-input-hook permanent-local
This commit is contained in:
commit
08cbe7da62
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue