diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-03 10:52:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-03 10:52:17 +0100 |
commit | e80eb3ca9e9c20d24b153a3e45b33ed1b816d9d8 (patch) | |
tree | 49f571c8ae6ff317349a670f42aaaf2502aea4d6 | |
parent | cbbf5053bd6223d1717783c8af12b4b09dc456c7 (diff) |
fix: remove references to orui functions
-rw-r--r-- | org-roam-ui.el | 4 |
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) |