fix: s/permenant-local/permanent-local

Fix: #7123
This commit is contained in:
Henrik Lissner 2023-03-11 19:53:26 -05:00
parent 52129f04bb
commit 8d578cad76
No known key found for this signature in database
GPG Key ID: B60957CA074D39A3

View File

@ -8,19 +8,19 @@
(defcustom doom-first-input-hook ()
"Transient hooks run before the first user input."
:type 'hook
:local 'permenant-local
:local 'permanant-local
:group 'doom)
(defcustom doom-first-file-hook ()
"Transient hooks run before the first interactively opened file."
:type 'hook
:local 'permenant-local
:local 'permanant-local
:group 'doom)
(defcustom doom-first-buffer-hook ()
"Transient hooks run before the first interactively opened buffer."
:type 'hook
:local 'permenant-local
:local 'permanant-local
:group 'doom)