(fix)graph: fix default value of org-roam-graph-node-extra-config (#1884)

This commit is contained in:
build2stone
2021-10-03 07:57:55 +02:00
committed by GitHub
parent 8f2c51ad21
commit 54b63db350

View File

@@ -81,7 +81,7 @@ Example:
("fillcolor" . "#EEEEEE")
("color" . "#C9C9C9")
("fontcolor" . "#0A97A6")))
("https" . (("shape" . "rounded,filled")
("https" . (("style" . "rounded,filled")
("fillcolor" . "#EEEEEE")
("color" . "#C9C9C9")
("fontcolor" . "#0A97A6"))))