From 6cfb5e3331b95764c5738af8b970fb599a1b83e2 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 12 Mar 2024 09:08:05 +0100 Subject: Create customization group --- create-license.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/create-license.el b/create-license.el index 81d1d22..b1c2db3 100644 --- a/create-license.el +++ b/create-license.el @@ -24,7 +24,10 @@ ;;; Code: - +(defgroup create-license nil + "Conveniently create license files." + :group 'emacs + :prefix "create-license-") (provide 'create-license) ;;; create-license.el ends here -- cgit v1.2.3