Variable: cider-stacktrace--all-positive-filters

cider-stacktrace--all-positive-filters is a variable defined in cider-stacktrace.el.

Value

(project all)

Documentation

Filters that ensure stackframes are shown.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defvar cider-stacktrace--all-positive-filters
  '(project all)
  "Filters that ensure stackframes are shown.")