Function: cider-repl-add-shortcut

cider-repl-add-shortcut is a byte-compiled function defined in cider-repl.el.

Signature

(cider-repl-add-shortcut NAME HANDLER)

Documentation

Add a REPL shortcut command, defined by NAME and HANDLER.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl-add-shortcut (name handler)
  "Add a REPL shortcut command, defined by NAME and HANDLER."
  (puthash name handler cider-repl-shortcuts))