fix: s/permanant-local/permanent-local

Fix: #7123
Amend: 8d578cad76
This commit is contained in:
Henrik Lissner 2023-03-13 12:50:31 -04:00
parent 63586423da
commit 61b799d062
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 'permanant-local
:local 'permanent-local
:group 'doom)
(defcustom doom-first-file-hook ()
"Transient hooks run before the first interactively opened file."
:type 'hook
:local 'permanant-local
:local 'permanent-local
:group 'doom)
(defcustom doom-first-buffer-hook ()
"Transient hooks run before the first interactively opened buffer."
:type 'hook
:local 'permanant-local
:local 'permanent-local
:group 'doom)