diff options
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index e2fbad4..941aade 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -59,6 +59,7 @@ (defvar org-roam-ui-port 35901 "Port to serve the org-roam-ui interface.") + (defcustom org-roam-ui-sync-theme t "Syncs your current Emacs theme with org-raom-ui. Works best with doom-themes. Ignored if a custom theme is provied for 'org-roam-ui-custom-theme'." |