From e80eb3ca9e9c20d24b153a3e45b33ed1b816d9d8 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 3 Nov 2021 10:52:17 +0100 Subject: fix: remove references to orui functions --- org-roam-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-roam-ui.el b/org-roam-ui.el index 81dcabb..8c91d37 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -70,7 +70,7 @@ Ignored if a custom theme is provied for variable 'org-roam-ui-custom-theme'." (defcustom org-roam-ui-custom-theme nil "Custom theme for `org-roam-ui'. -Blocks 'orui-sync-theme from syncing your current theme, +Blocks 'org-roam-ui-sync-theme from syncing your current theme, instead sync this theme. Provide a list of cons with the following values: bg, bg-alt, fg, fg-alt, red, orange, yellow, green, cyan, blue, violet, magenta. @@ -167,7 +167,7 @@ This serves the web-build and API over HTTP." :on-open #'org-roam-ui--ws-on-open :on-message #'org-roam-ui--ws-on-message :on-close #'org-roam-ui--ws-on-close)) - (when org-roam-ui-open-on-start (orui-open))) + (when org-roam-ui-open-on-start (org-roam-ui-open))) (t (progn (websocket-server-close org-roam-ui-ws-server) -- cgit v1.2.3