aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iota.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/iota.el b/iota.el
index 0097476..8d2511f 100644
--- a/iota.el
+++ b/iota.el
@@ -32,7 +32,8 @@
(defgroup iota nil
"Simple- and easy enumeration creation."
- :prefix "iota-")
+ :prefix "iota-"
+ :group 'editing)
(defcustom iota-regexp "\\<N\\>"
"Regular expression to match substrings that should be replaced."