summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2022-08-03 12:24:50 +0200
committerGitHub <[email protected]>2022-08-03 12:24:50 +0200
commitc75fc7506ee7f03840a9a93ed9336d7ed24551aa (patch)
treedac7ef8439f08466b1cf42d522f7040a1fa092c0 /org-roam-ui.el
parenta5b81198852cf82ef34d6e34f319d074c72fcf00 (diff)
parent5b165e0c54c80702e228374c6dabffcc31560c19 (diff)
Merge pull request #258 from AblatedSprocket/main
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el2
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))