Variable: org-roam-buffer-postrender-functions

org-roam-buffer-postrender-functions is a customizable variable defined in org-roam-mode.el.

Value

nil

Documentation

Functions to run after the Org-roam buffer is rendered.

Each function accepts no arguments, and is run with the Org-roam buffer as the current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defcustom org-roam-buffer-postrender-functions (list)
  "Functions to run after the Org-roam buffer is rendered.
Each function accepts no arguments, and is run with the Org-roam
buffer as the current buffer."
  :group 'org-roam
  :type 'hook)