summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-20 22:33:41 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-20 22:33:41 +0200
commit9dbf2741a2471044e58ccee6635ae8c6e311b7a8 (patch)
treeab74e66f10b82354656ebd4477736be183d9fb9d
parentfeae21ecd1559a412d99375396a463a8e51232fc (diff)
Add a parent group for the ‘iota’ groupv1.0.2
-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."