aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-26 19:25:00 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-26 19:25:00 +0200
commit94a7130106e297d4595a52b342ee22a3f1f614cf (patch)
tree976c2b18a686c31d058e7878d2d0e1ecd0dd858f
parent6fbf6b3ce9400a6730b08b7d08997f858355ecc2 (diff)
fix: Amend nx-tailor slot name
-rw-r--r--nyxt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nyxt.el b/nyxt.el
index c85986d..30a12a2 100644
--- a/nyxt.el
+++ b/nyxt.el
@@ -231,7 +231,7 @@ Optionally test if the extension's SYMBOL is bound."
(intern (downcase (symbol-name theme))))
(read
(nyxt--sly-eval
- '(mapcar #'tailor::id
+ '(mapcar #'tailor::name
(tailor:themes (tailor::current-tailor-mode))))))))))
(if (nyxt--extension-p "nx-tailor" "load-theme")
(nyxt-run `(nx-tailor:load-theme ',theme))