Function: cider-browse-ns-group-by-type

cider-browse-ns-group-by-type is an interactive and byte-compiled function defined in cider-browse-ns.el.

Signature

(cider-browse-ns-group-by-type)

Documentation

Group items in the browse-ns buffer by type.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-browse-ns.el
(defun cider-browse-ns-group-by-type ()
  "Group items in the browse-ns buffer by type."
  (interactive)
  (cider-browse-ns--group 'type))