Document doom-cleanup-hook
This commit is contained in:
parent
10daa435f7
commit
ee91748613
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ See `doom-real-buffer-p' for more information.")
|
||||||
"The name of the buffer to fall back to if no other buffers exist (will create
|
"The name of the buffer to fall back to if no other buffers exist (will create
|
||||||
it if it doesn't exist).")
|
it if it doesn't exist).")
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defvar doom-cleanup-hook ()
|
||||||
|
"A list of hooks run when `doom/cleanup-session' is run, meant to clean up
|
||||||
|
leftover buffers and processes.")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Functions
|
;; Functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue