mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -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 'permanant-local
|
:local 'permanent-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 'permanant-local
|
:local 'permanent-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 'permanant-local
|
:local 'permanent-local
|
||||||
:group 'doom)
|
:group 'doom)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user