Document doom-cleanup-hook

This commit is contained in:
Henrik Lissner 2018-07-07 13:14:50 +02:00
parent 10daa435f7
commit ee91748613
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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