mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -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
|
(defvar doom-first-input-hook nil
|
||||||
"Transient hooks run before the first user input.")
|
"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
|
(defvar doom-first-file-hook nil
|
||||||
"Transient hooks run before the first interactively opened file.")
|
"Transient hooks run before the first interactively opened file.")
|
||||||
|
Reference in New Issue
Block a user