summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-03 10:52:17 +0100
committerGitHub <[email protected]>2021-11-03 10:52:17 +0100
commite80eb3ca9e9c20d24b153a3e45b33ed1b816d9d8 (patch)
tree49f571c8ae6ff317349a670f42aaaf2502aea4d6 /org-roam-ui.el
parentcbbf5053bd6223d1717783c8af12b4b09dc456c7 (diff)
fix: remove references to orui functions
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el4
1 files 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)