package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type one =
  1. | 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 to evil-repeat-ring.

    *)
type t = one list
val apply_to_defun : t -> Symbol.t -> unit