From c8ad61452227b859d77e42fcbac32d8ef6a1778a Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 6 Jun 2016 16:09:22 -0300 Subject: [Fix #1777] Correct custom spec for cider-preferred-build-tool --- cider.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cider.el') diff --git a/cider.el b/cider.el index 16d15dde..292934bf 100644 --- a/cider.el +++ b/cider.el @@ -154,7 +154,10 @@ variable will suppress this behavior and will select whatever build system is indicated by the variable if present. Note, this is only when CIDER cannot decide which of many build systems to use and will never override a command when there is no ambiguity." - :type '(choice "lein" "boot" "gradle") + :type '(choice (const "lein") + (const "boot") + (const "gradle") + (const :tag "Always ask" nil)) :group 'cider :package-version '(cider . "0.13.0")) -- cgit v1.2.3