Variable: org-roam-dailies-find-file-hook

org-roam-dailies-find-file-hook is a customizable variable defined in org-roam-dailies.el.

Value

nil

Documentation

Hook that is run right after navigating to a daily-note.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-dailies.el
(defcustom org-roam-dailies-find-file-hook nil
  "Hook that is run right after navigating to a daily-note."
  :group 'org-roam
  :type 'hook)