Variable: nrepl-format-buffer-name-function

nrepl-format-buffer-name-function is a variable defined in nrepl-client.el.

Value

nil

Documentation

Function to format buffer names from a template and params.

Called with two arguments: TEMPLATE (string) and PARAMS (plist). When nil, TEMPLATE is used as-is.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-format-buffer-name-function nil
  "Function to format buffer names from a template and params.
Called with two arguments: TEMPLATE (string) and PARAMS (plist).
When nil, TEMPLATE is used as-is.")