Module Ecaml__Evil.Config
type one
=
|
Ignore_repeat
(describe-function 'evil-declare-ignore-repeat)
If a command is declared non-repeatable,
evil-repeat
will ignore that command instead of adding it toevil-repeat-ring
.type t
= one list
val apply_to_defun : t -> Ecaml.Symbol.t -> unit