We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6b05a commit c920799Copy full SHA for c920799
cider-ns.el
@@ -83,8 +83,8 @@ If t, save the files without confirmation."
83
If a list of modes, any buffers visiting files on the classpath whose major
84
mode is derived from any of the modes might be saved.
85
If t, all buffers visiting files on the classpath might be saved."
86
- :type '(choice listp
87
- (const t))
+ :type '(choice (repeat :tag "Enable for specific modes" symbol)
+ (const :tag "Always" t))
88
:group 'cider
89
:package-version '(cider . "0.21.0"))
90
0 commit comments