Variable: evil-cjk-emacs-word-boundary

evil-cjk-emacs-word-boundary is a customizable variable defined in evil-vars.el.

Value

nil

Documentation

Determine word boundary exactly the same way as Emacs does.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-cjk-emacs-word-boundary nil
  "Determine word boundary exactly the same way as Emacs does."
  :type 'boolean
  :group 'evil-cjk)