Variable: org-roam-log-setup-hook

org-roam-log-setup-hook is a customizable variable defined in org-roam-log.el.

Value

(org-roam--register-completion-functions-h)

Documentation

Hook run when a log for an Org-roam file is setup.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-log.el
(defcustom org-roam-log-setup-hook nil
  "Hook run when a log for an Org-roam file is setup."
  :group 'org-roam
  :type 'hook)