Variable: org-roam-graph-edge-extra-config

org-roam-graph-edge-extra-config is a customizable variable defined in org-roam-graph.el.

Value

nil

Documentation

Extra edge options passed to graphviz.

Example:
 (("dir" . "back"))

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-edge-extra-config nil
  "Extra edge options passed to graphviz.
Example:
 ((\"dir\" . \"back\"))"
  :type 'alist
  :group 'org-roam)