Variable: embark-after-export-hook
embark-after-export-hook is a customizable variable defined in
embark.el.
Value
nil
Documentation
Hook run after embark-export in the newly created buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-after-export-hook nil
"Hook run after `embark-export' in the newly created buffer."
:type 'hook)