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