summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fussy.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 942c5d3..e8db39f 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 '(~{~a~^ ~}) fussy-excluded-themes '(~{~a~^ ~}))"
+ (format nil "(setq fussy-themes-packages-to-load '(~{~a~^ ~}) fussy-excluded-themes '(~{~a~^ ~}))"
(mapcar downcaser package-names)
(mapcar downcaser +standard-themes+))))