aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iota.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/iota.el b/iota.el
index d546cee..0097476 100644
--- a/iota.el
+++ b/iota.el
@@ -30,8 +30,13 @@
;;; Code:
+(defgroup iota nil
+ "Simple- and easy enumeration creation."
+ :prefix "iota-")
+
(defcustom iota-regexp "\\<N\\>"
"Regular expression to match substrings that should be replaced."
+ :group 'iota
:type '(regexp))
(defun iota (start end &optional initial)