Add docstring to switch-{buffer,window,frame} hooks
This commit is contained in:
parent
df748e6cee
commit
45c9fb982d
1 changed files with 3 additions and 3 deletions
|
@ -67,13 +67,13 @@ behavior). Do not set this directly, this is let-bound in `doom|init-theme'.")
|
||||||
`doom/reload-theme'.")
|
`doom/reload-theme'.")
|
||||||
|
|
||||||
(defvar doom-switch-buffer-hook nil
|
(defvar doom-switch-buffer-hook nil
|
||||||
"TODO")
|
"A list of hooks run after changing the current buffer.")
|
||||||
|
|
||||||
(defvar doom-switch-window-hook nil
|
(defvar doom-switch-window-hook nil
|
||||||
"TODO")
|
"A list of hooks run after changing the focused windows.")
|
||||||
|
|
||||||
(defvar doom-switch-frame-hook nil
|
(defvar doom-switch-frame-hook nil
|
||||||
"TODO")
|
"A list of hooks run after changing the focused frame.")
|
||||||
|
|
||||||
(defvar doom-inhibit-switch-buffer-hooks nil
|
(defvar doom-inhibit-switch-buffer-hooks nil
|
||||||
"Letvar for inhibiting `doom-switch-buffer-hook'. Do not set this directly.")
|
"Letvar for inhibiting `doom-switch-buffer-hook'. Do not set this directly.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue