Function: evil-motion-state-p

evil-motion-state-p is a byte-compiled function defined in evil-states.el.

Signature

(evil-motion-state-p &optional STATE)

Documentation

Whether the current state is Motion state.

(That is, whether evil-state is motion.)

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-states.el
;;; Motion state

(evil-define-state motion
  "Motion state."
  :tag " <M> "
  :suppress-keymap t)