summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index 9b8590e..6782fd5 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -54,7 +54,8 @@
(if
(boundp 'doom-themes--colors)
(let*
- ((colors (butlast doom-themes--colors (- (length doom-themes--colors) 25))) ui-theme (list nil))
+ ((colors (butlast doom-themes--colors (- (length doom-themes--colors) 25)))
+ (ui-theme (list nil)))
(progn
(dolist (color colors)
(push (cons (car color) (car (cdr color))) ui-theme))