From 9dbf2741a2471044e58ccee6635ae8c6e311b7a8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 22:33:41 +0200 Subject: Add a parent group for the ‘iota’ group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iota.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "\\" "Regular expression to match substrings that should be replaced." -- cgit v1.2.3