From f73c62765f57170b66c9de2509709ae1e989fd27 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 12 Mar 2024 09:09:48 +0100 Subject: Allow customization of the license file name --- create-license.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/create-license.el b/create-license.el index b1c2db3..7039cdd 100644 --- a/create-license.el +++ b/create-license.el @@ -29,5 +29,11 @@ :group 'emacs :prefix "create-license-") +(defcustom create-license-file-name "COPYING" + "The name of the license file." + :group 'create-license + :type 'string + :safe 'stringp) + (provide 'create-license) ;;; create-license.el ends here -- cgit v1.2.3