Add docstring to switch-{buffer,window,frame} hooks

This commit is contained in:
Henrik Lissner 2019-04-05 22:50:09 -04:00
parent df748e6cee
commit 45c9fb982d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.")