parent
52129f04bb
commit
8d578cad76
1 changed files with 3 additions and 3 deletions
|
@ -8,19 +8,19 @@
|
||||||
(defcustom doom-first-input-hook ()
|
(defcustom doom-first-input-hook ()
|
||||||
"Transient hooks run before the first user input."
|
"Transient hooks run before the first user input."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:local 'permenant-local
|
:local 'permanant-local
|
||||||
:group 'doom)
|
:group 'doom)
|
||||||
|
|
||||||
(defcustom doom-first-file-hook ()
|
(defcustom doom-first-file-hook ()
|
||||||
"Transient hooks run before the first interactively opened file."
|
"Transient hooks run before the first interactively opened file."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:local 'permenant-local
|
:local 'permanant-local
|
||||||
:group 'doom)
|
:group 'doom)
|
||||||
|
|
||||||
(defcustom doom-first-buffer-hook ()
|
(defcustom doom-first-buffer-hook ()
|
||||||
"Transient hooks run before the first interactively opened buffer."
|
"Transient hooks run before the first interactively opened buffer."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:local 'permenant-local
|
:local 'permanant-local
|
||||||
:group 'doom)
|
:group 'doom)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue