diff options
author | Thomas F. K. Jorna <[email protected]> | 2022-08-03 12:24:50 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-03 12:24:50 +0200 |
commit | c75fc7506ee7f03840a9a93ed9336d7ed24551aa (patch) | |
tree | dac7ef8439f08466b1cf42d522f7040a1fa092c0 /org-roam-ui.el | |
parent | a5b81198852cf82ef34d6e34f319d074c72fcf00 (diff) | |
parent | 5b165e0c54c80702e228374c6dabffcc31560c19 (diff) |
Merge pull request #258 from AblatedSprocket/main
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)) |