Variable: org-roam-graph-executable
org-roam-graph-executable is a customizable variable defined in
org-roam-graph.el.
Value
"dot"
Documentation
Path to graphing executable, or its name.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-executable "dot"
"Path to graphing executable, or its name."
:type 'string
:group 'org-roam)