Variable: hydra-width-spec-regex

hydra-width-spec-regex is a variable defined in hydra.el.

Value

" ?-?[0-9]*?"

Documentation

Regex for the width spec in keys and %` quoted sexps.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defconst hydra-width-spec-regex " ?-?[0-9]*?"
  "Regex for the width spec in keys and %` quoted sexps.")