From 1ff7db3a3f023177e70776d29fccc3902a8007b9 Mon Sep 17 00:00:00 2001
From: Tristan Riehs <tristan.riehs@bordeaux-inp.fr>
Date: Tue, 12 Mar 2024 09:13:33 +0100
Subject: Allow customization of licenses location

---
 create-license.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/create-license.el b/create-license.el
index 7039cdd..f1709d8 100644
--- a/create-license.el
+++ b/create-license.el
@@ -35,5 +35,11 @@
   :type 'string
   :safe 'stringp)
 
+(defcustom create-license-directory
+  (file-name-as-directory (expand-file-name "licenses" user-emacs-directory))
+  "Directory where licenses are stored."
+  :group 'create-license
+  :type 'string)
+
 (provide 'create-license)
 ;;; create-license.el ends here
-- 
cgit v1.2.3