Variable: embark-keybinding-repeat

embark-keybinding-repeat is a customizable variable defined in embark.el.

Value

#("*" 0 1
  (face embark-keybinding-repeat))

Documentation

Indicator string for repeatable keybindings.

Keybindings are formatted by the completing-read prompter and the verbose indicator.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-keybinding-repeat
  (propertize "*" 'face 'embark-keybinding-repeat)
  "Indicator string for repeatable keybindings.
Keybindings are formatted by the `completing-read' prompter and
the verbose indicator."
  :type 'string)