diff options
Diffstat (limited to 'fussy.el')
-rw-r--r-- | fussy.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ the theme came from." (progn (find-file file) (delete-other-windows) + (sleep-for 1) (fussy-screenshot-svg svg-file)) (error (push (cons theme file) failed-to-generate-image)))))))) (disable-theme theme)) |