Variable: denote-after-new-note-hook

denote-after-new-note-hook is a customizable variable defined in denote.el.

Value

nil

Documentation

Normal hook that runs after the denote command.

This also covers all convenience functions that call denote internally, such as denote-signature and denote-type (check the default value of the user option denote-commands-for-new-notes).

This variable was added, or its default value changed, in denote version 2.1.0.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-after-new-note-hook nil
  "Normal hook that runs after the `denote' command.
This also covers all convenience functions that call `denote'
internally, such as `denote-signature' and `denote-type' (check
the default value of the user option `denote-commands-for-new-notes')."
  :group 'denote
  :package-version '(denote . "2.1.0")
  :link '(info-link "(denote) Standard note creation")
  :type 'hook)