We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baddbc5 commit 2158a88Copy full SHA for 2158a88
cider-stacktrace.el
@@ -56,7 +56,7 @@ If nil, messages will not be wrapped. If truthy but non-numeric,
56
57
(defcustom cider-stacktrace-default-filters '(tooling dup)
58
"Frame types to omit from initial stacktrace display."
59
- :type '(list symbol)
+ :type '(repeat symbol)
60
:package-version '(cider . "0.6.0"))
61
62
(defcustom cider-stacktrace-navigate-to-other-window t
0 commit comments