Variable: org-roam-graph-link-hidden-types

org-roam-graph-link-hidden-types is a customizable variable defined in org-roam-graph.el.

Value

("file")

Documentation

What sort of links to hide from the Org-roam graph.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-link-hidden-types
  '("file")
  "What sort of links to hide from the Org-roam graph."
  :type '(repeat string)
  :group 'org-roam)