summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-07-08 11:59:24 -0700
committercolin <colin@cicadas.surf>2023-07-08 11:59:24 -0700
commita22af6c69b49d6dfe2c979c4e748344b518e922d (patch)
tree99f380afcfd73299e821ac16f0f9810ca93d8fd5
parent6d5c89912aea1a10ec4fab3eda85b41b255a6219 (diff)
Typo
-rw-r--r--fussy.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 0e91309..e4b83c2 100644
--- a/fussy.lisp
+++ b/fussy.lisp
@@ -325,7 +325,7 @@ that they are not loaded during image gen.")
(defun generate-elisp-to-fetch-and-exclude (package-names)
(let ((downcaser
(a:compose #'string-downcase #'symbol-name)))
- (format nil "(setq fussy-themes-packages-to-load '(~{~a~^ ~}) fussy-excluded-themes '(~{~a~^ ~}))"
+ (format nil "(setq fussy-theme-packages-to-load '(~{~a~^ ~}) fussy-excluded-themes '(~{~a~^ ~}))"
(mapcar downcaser package-names)
(mapcar downcaser +standard-themes+))))