diff options
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 085a6fa..fab2999 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -199,9 +199,7 @@ replaced with the comment." sx-question-mode--sort-methods)) :group 'sx-question-mode) -(defcustom sx-question-mode-use-images - (eval-when-compile - (image-type-available-p 'imagemagick)) +(defcustom sx-question-mode-use-images (image-type-available-p 'imagemagick) "Non-nil if SX should download and display images. By default, this is `t' if the `imagemagick' image type is available (checked with `image-type-available-p'). If this image |