We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd07f59 commit c8ad614Copy full SHA for c8ad614
cider.el
@@ -154,7 +154,10 @@ variable will suppress this behavior and will select whatever build system
154
is indicated by the variable if present. Note, this is only when CIDER
155
cannot decide which of many build systems to use and will never override a
156
command when there is no ambiguity."
157
- :type '(choice "lein" "boot" "gradle")
+ :type '(choice (const "lein")
158
+ (const "boot")
159
+ (const "gradle")
160
+ (const :tag "Always ask" nil))
161
:group 'cider
162
:package-version '(cider . "0.13.0"))
163
0 commit comments