From 54b63db35025a70fbf13699ec1384ab278806cec Mon Sep 17 00:00:00 2001 From: build2stone Date: Sun, 3 Oct 2021 07:57:55 +0200 Subject: [PATCH] (fix)graph: fix default value of org-roam-graph-node-extra-config (#1884) --- extensions/org-roam-graph.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/org-roam-graph.el b/extensions/org-roam-graph.el index f44d6c1..383e31c 100644 --- a/extensions/org-roam-graph.el +++ b/extensions/org-roam-graph.el @@ -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"))))