about summary refs log tree commit diff
path: root/ennum-image.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennum-image.el')
-rw-r--r--ennum-image.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/ennum-image.el b/ennum-image.el
index 21ab205..924ec7e 100644
--- a/ennum-image.el
+++ b/ennum-image.el
@@ -6,22 +6,26 @@
 (defcustom ennum-image-convert-path
   "convert"
   "Path to imagemagick convert executable."
-  :type 'string)
+  :type 'string
+  :group 'ennum)
 
 (defcustom ennum-image-identify-path
   "identify"
   "Path to imagemagick identify executable."
-  :type 'string)
+  :type 'string
+  :group 'ennum)
 
 (defcustom ennum-image-jpegtran-path
   "jpegtran"
   "Path to jpegtran executable."
-  :type 'string)
+  :type 'string
+  :group 'ennum)
 
 (defcustom ennum-image-optipng-path
   "optipng"
   "Path to optipng executable."
-  :type 'string)
+  :type 'string
+  :group 'ennum)
 
 ;; Check if all necessary image types are supported
 (seq-do (lambda (image-type)