Skip to content

Commit

Permalink
configuration(define-configuration): Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Dec 6, 2023
1 parent 09a5e73 commit a4f9f78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/configuration.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ To discover the default value of a slot or all slots of a class, use the
with slots-and-values = (if (stringp (first slots-and-values))
(rest slots-and-values)
slots-and-values)
with nyxt-internal-config-p = (member *package* (nyxt-packages))
for class-name in (uiop:ensure-list classes)
;; NOTE: `or' here because `sym:resolve-symbol' only searches through
;; Nyxt packages, while one may try to configure the
Expand Down

0 comments on commit a4f9f78

Please sign in to comment.