From e75ba1b8f8ce39e7912c35c034494778715637cb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Aug 2023 02:29:59 +0200 Subject: Create the ‘iota’ group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iota.el | 5 +++++ 1 file changed, 5 insertions(+) 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 "\\" "Regular expression to match substrings that should be replaced." + :group 'iota :type '(regexp)) (defun iota (start end &optional initial) -- cgit v1.2.3