Variable: cider-repl-tab-command

cider-repl-tab-command is a customizable variable defined in cider-repl.el.

Value

cider-repl-indent-and-complete-symbol

Documentation

Select the command to be invoked by the TAB key.

The default option is cider-repl-indent-and-complete-symbol. If you'd like to use the default Emacs behavior use indent-for-tab-command.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-tab-command 'cider-repl-indent-and-complete-symbol
  "Select the command to be invoked by the TAB key.
The default option is `cider-repl-indent-and-complete-symbol'.  If
you'd like to use the default Emacs behavior use
`indent-for-tab-command'."
  :type 'symbol)