Skip to content

Commit c8ad614

Browse files
committed
[Fix #1777] Correct custom spec for cider-preferred-build-tool
1 parent dd07f59 commit c8ad614

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cider.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ variable will suppress this behavior and will select whatever build system
154154
is indicated by the variable if present. Note, this is only when CIDER
155155
cannot decide which of many build systems to use and will never override a
156156
command when there is no ambiguity."
157-
:type '(choice "lein" "boot" "gradle")
157+
:type '(choice (const "lein")
158+
(const "boot")
159+
(const "gradle")
160+
(const :tag "Always ask" nil))
158161
:group 'cider
159162
:package-version '(cider . "0.13.0"))
160163

0 commit comments

Comments
 (0)