Variable: evil-lookup-func

evil-lookup-func is a customizable variable defined in evil-vars.el.

Value

woman

Documentation

Lookup function used by "\\<evil-motion-state-map>\\[evil-lookup]".

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-lookup-func #'woman
  "Lookup function used by \
\"\\<evil-motion-state-map>\\[evil-lookup]\"."
  :type 'function
  :group 'evil)