Variable: org-roam-graph-extra-config
org-roam-graph-extra-config is a customizable variable defined in
org-roam-graph.el.
Value
nil
Documentation
Extra options passed to graphviz.
Example:
(("rankdir" . "LR"))
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-extra-config nil
"Extra options passed to graphviz.
Example:
((\"rankdir\" . \"LR\"))"
:type 'alist
:group 'org-roam)