diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 22:33:41 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 22:33:41 +0200 |
commit | 9dbf2741a2471044e58ccee6635ae8c6e311b7a8 (patch) | |
tree | ab74e66f10b82354656ebd4477736be183d9fb9d | |
parent | feae21ecd1559a412d99375396a463a8e51232fc (diff) |
Add a parent group for the ‘iota’ groupv1.0.2
-rw-r--r-- | iota.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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." |