aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--create-license.el5
1 files changed, 4 insertions, 1 deletions
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