Variable: nrepl-log--special-keys

nrepl-log--special-keys is a variable defined in nrepl-client.el.

Value

("id" "op" "session" "time-stamp")

Documentation

Keys that are displayed first, in this order, in nrepl-log--pp-listlike.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defconst nrepl-log--special-keys '("id" "op" "session" "time-stamp")
  "Keys that are displayed first, in this order, in `nrepl-log--pp-listlike'.")