Variable: org-roam-find-file-hook

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

Value

(org-roam-buffer--setup-redisplay-h
 org-roam--register-completion-functions-h
 org-roam--replace-roam-links-on-save-h
 org-roam-db-autosync--setup-update-on-save-h)

Documentation

Hook run when an Org-roam file is visited.

Source Code

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