Variable: embark-cycle-key
embark-cycle-key is a customizable variable defined in embark.el.
Value
nil
Documentation
Key used for embark-cycle.
If the key is set to nil it defaults to the global binding of
embark-act. The key must be a string which is accepted by
key-valid-p.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-cycle-key nil
"Key used for `embark-cycle'.
If the key is set to nil it defaults to the global binding of
`embark-act'. The key must be a string which is accepted by
`key-valid-p'."
:type '(choice key (const :tag "Use embark-act key" nil)))