From 8d578cad76bf833319fd05195038ccdf287e0427 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 11 Mar 2023 19:53:26 -0500 Subject: [PATCH] fix: s/permenant-local/permanent-local Fix: #7123 --- lisp/doom-start.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)