Variable: hydra-key-format-spec

hydra-key-format-spec is a customizable variable defined in hydra.el.

This variable is obsolete since 0.13.1; Since the docstrings are aligned by hand anyway, this isn't very useful.

Value

"%s"

Documentation

Default format-style specifier for _a_ syntax in docstrings.

When nil, you can specify your own at each location like this: _ 5a_.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defcustom hydra-key-format-spec "%s"
  "Default `format'-style specifier for _a_  syntax in docstrings.
When nil, you can specify your own at each location like this: _ 5a_."
  :type 'string)