diff --git a/lisp/doom-start.el b/lisp/doom-start.el index bf1ccc00c..4702a1048 100644 --- a/lisp/doom-start.el +++ b/lisp/doom-start.el @@ -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)