Variable: evil-maybe-remove-spaces
evil-maybe-remove-spaces is a variable defined in evil-vars.el.
Value
nil
Documentation
Flag to determine if newly inserted spaces should be removed.
See the function evil-maybe-remove-spaces(var)/evil-maybe-remove-spaces(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-maybe-remove-spaces nil
"Flag to determine if newly inserted spaces should be removed.
See the function `evil-maybe-remove-spaces'.")