summaryrefslogtreecommitdiff
path: root/fussy.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-04-08 08:51:51 -0700
committercolin <colin@cicadas.surf>2023-04-08 08:51:51 -0700
commit82500b714351be2bd012eb46cb30bd1a0d98551f (patch)
tree6e71f01b72e813bcb336151da65b49fb1916ff35 /fussy.lisp
parent9840cb919532a70435cf1f1d031485ed051a7dc0 (diff)
Better image generation
Diffstat (limited to 'fussy.lisp')
-rw-r--r--fussy.lisp7
1 files changed, 5 insertions, 2 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 005b26c..0bbf9ad 100644
--- a/fussy.lisp
+++ b/fussy.lisp
@@ -48,7 +48,10 @@ the emacs' reader readtable."
(theme-pkg-version theme)))
(defparameter +excludes+
- '(tramp-theme color-theme airline-themes unobtrusive-magit-theme cycle-themes ))
+ '(tramp-theme color-theme airline-themes unobtrusive-magit-theme cycle-themes
+ dir-treeview-themes display-theme smart-mode-line-powerline-theme
+ smart-mode-line-atom-one-dark-theme rand-theme per-buffer-theme
+ svg-mode-line-themes remember-last-theme xresources-theme))
(defun theme-package-p (archive-object)
(when (consp archive-object)
@@ -321,7 +324,7 @@ that they are not loaded during image gen.")
:domain (domain *config*))))
(create-db)
(update-theme-packages)
- (lzb:install-app *server* (lzb:app))
+ (lzb:install-app *server* (lzb:app 'fussy::fussy))
(lzb:start-server *server*))
(lzb:provision-app ()