From 45c9fb982d066355039b0c8f6bd867505b961b3d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 5 Apr 2019 22:50:09 -0400 Subject: [PATCH] Add docstring to switch-{buffer,window,frame} hooks --- core/core-ui.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index 300bc26d9..37e10dc04 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -67,13 +67,13 @@ behavior). Do not set this directly, this is let-bound in `doom|init-theme'.") `doom/reload-theme'.") (defvar doom-switch-buffer-hook nil - "TODO") + "A list of hooks run after changing the current buffer.") (defvar doom-switch-window-hook nil - "TODO") + "A list of hooks run after changing the focused windows.") (defvar doom-switch-frame-hook nil - "TODO") + "A list of hooks run after changing the focused frame.") (defvar doom-inhibit-switch-buffer-hooks nil "Letvar for inhibiting `doom-switch-buffer-hook'. Do not set this directly.")