mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant evil settings
These are already the default.
This commit is contained in:
@ -34,9 +34,6 @@ directives. By default, this only recognizes C directives.")
|
|||||||
:demand t
|
:demand t
|
||||||
:preface
|
:preface
|
||||||
(setq evil-want-visual-char-semi-exclusive t
|
(setq evil-want-visual-char-semi-exclusive t
|
||||||
evil-magic t
|
|
||||||
evil-echo-state t
|
|
||||||
evil-indent-convert-tabs t
|
|
||||||
evil-ex-search-vim-style-regexp t
|
evil-ex-search-vim-style-regexp t
|
||||||
evil-ex-substitute-global t
|
evil-ex-substitute-global t
|
||||||
evil-ex-visual-char-range t ; column range for ex commands
|
evil-ex-visual-char-range t ; column range for ex commands
|
||||||
|
Reference in New Issue
Block a user