diff options
Diffstat (limited to 'fussy.lisp')
-rw-r--r-- | fussy.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+)))) |