diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-26 21:35:48 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-26 21:35:48 +0200 |
commit | 02c97d1e27c8617e4c0669c02d54b4aab130f750 (patch) | |
tree | 7db648a71f81696536d9e8f7e95f6eb1d1e030f1 /org-roam-ui.el | |
parent | 689c9b18021ef4ca8195115eea26a253f5c5479b (diff) |
minor cleanups
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'." |