Function: evil-type-p

evil-type-p is a byte-compiled function defined in evil-common.el.

Signature

(evil-type-p SYM)

Documentation

Whether SYM is the name of a type.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20260728.1438/evil-common.el
(defun evil-type-p (sym)
  "Whether SYM is the name of a type."
  (assq sym evil-type-properties))