diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-03-12 09:08:05 +0100 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-03-12 09:08:05 +0100 |
commit | 6cfb5e3331b95764c5738af8b970fb599a1b83e2 (patch) | |
tree | 736217bdb6dde93b55e27506f01a0ee580636a2a | |
parent | 03644f36d099cc33477c791e32b2b3817303b744 (diff) |
Create customization group
-rw-r--r-- | create-license.el | 5 |
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 |