Fix #4949: evil-want-visual-char-semi-exclusive = nil

This setting is _old_. Why it was set has been long forgotten, so I will
revert it to its default value of nil (which also fixes #4949).
This commit is contained in:
Henrik Lissner 2021-04-29 18:17:00 -04:00
parent 1b132d2e50
commit 437c33a8b2

View file

@ -33,8 +33,7 @@ directives. By default, this only recognizes C directives.")
:hook (doom-init-modules . evil-mode)
:demand t
:preface
(setq evil-want-visual-char-semi-exclusive t
evil-ex-search-vim-style-regexp t
(setq evil-ex-search-vim-style-regexp t
evil-ex-visual-char-range t ; column range for ex commands
evil-mode-line-format 'nil
;; more vim-like behavior