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 86555fa commit eb932bfCopy full SHA for eb932bf
cider-log.el
@@ -51,14 +51,14 @@ Example values: \"Logback\", \"Timbre\"."
51
(defcustom cider-log-frameworks-buffer "*cider-log-frameworks*"
52
"The name of the log frameworks popup buffer."
53
:group 'cider
54
- :package-version '(cider . "1.16.1")
+ :package-version '(cider . "1.17")
55
:safe #'stringp
56
:type 'string)
57
58
(defcustom cider-log-auto-select-frameworks-buffer t
59
"Whether to auto-select the log frameworks popup buffer."
60
61
62
:safe #'booleanp
63
:type 'boolean)
64
0 commit comments