aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-10-05 15:30:11 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-10-05 15:33:21 +0100
commit48529dd7b1de60a392eaf3b21f75db76661d97a9 (patch)
treed3b5465c05c430f988e724f567d8e5928c0d5b0c
parentbe393555b0d37d34123a3b484497a47e511e94e2 (diff)
downloaddotfiles-48529dd7b1de60a392eaf3b21f75db76661d97a9.tar.gz
dotfiles-48529dd7b1de60a392eaf3b21f75db76661d97a9.tar.bz2
dotfiles-48529dd7b1de60a392eaf3b21f75db76661d97a9.zip
Make license-choice have possible tags
-rw-r--r--Emacs/.config/emacs/elisp/license.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/license.el b/Emacs/.config/emacs/elisp/license.el
index 1ae3092..31a831b 100644
--- a/Emacs/.config/emacs/elisp/license.el
+++ b/Emacs/.config/emacs/elisp/license.el
@@ -21,7 +21,11 @@
;;
;;; Code:
-(defvar +license/license-choice nil)
+(defcustom +license/license-choice nil
+ "Choice of license."
+ :type '(choice (const "MIT License")
+ (const "GNU General Public License Version 2")
+ (const "Unlicense")))
(defconst +license/licenses-alist
`(("MIT License" (,(format "MIT License