diff options
author | Andy Burch <[email protected]> | 2022-07-27 15:04:09 -0500 |
---|---|---|
committer | Andy Burch <[email protected]> | 2022-07-27 15:04:09 -0500 |
commit | 5b165e0c54c80702e228374c6dabffcc31560c19 (patch) | |
tree | 23bd60a641066dbd971c878989d9625cab8f8272 /org-roam-ui.el | |
parent | 2cd93bfa517d51b4c97d42817713ca5ce61cb0df (diff) |
org-roam-ui--update-theme now uses org-roam-ui-custom-theme when set
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index 4ac0ff4..ce2eeec 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -568,7 +568,7 @@ from all other links." (setq ui-theme doom-theme)) (setq ui-theme (org-roam-ui-get-theme))) (when org-roam-ui-custom-theme - org-roam-ui-custom-theme)) + (setq ui-theme org-roam-ui-custom-theme))) ui-theme)) |