Variable: denote-after-rename-file-hook

denote-after-rename-file-hook is a customizable variable defined in denote.el.

Value

nil

Documentation

Normal hook called after a succesful Denote rename operation.

This affects the behaviour of the commands denote-rename-file, denote-dired-rename-files, denote-rename-file-using-front-matter, denote-dired-rename-marked-files-with-keywords, denote-dired-rename-marked-files-using-front-matter, denote-keywords-add, denote-keywords-remove, and any other command that builds on top of them.

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

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-after-rename-file-hook nil
  "Normal hook called after a succesful Denote rename operation.
This affects the behaviour of the commands `denote-rename-file',
`denote-dired-rename-files', `denote-rename-file-using-front-matter',
`denote-dired-rename-marked-files-with-keywords',
`denote-dired-rename-marked-files-using-front-matter',
`denote-keywords-add', `denote-keywords-remove', and any other
command that builds on top of them."
  :group 'denote
  :package-version '(denote . "2.3.0")
  :link '(info-link "(denote) Renaming files")
  :type 'hook)