Global evil search/replace by default

Revert https://github.com/hlissner/doom-emacs/commit/1a6f5086
This commit is contained in:
TEC 2020-10-05 10:24:37 +08:00
parent 6f5bd4ede0
commit be308338c9
1 changed files with 3 additions and 1 deletions

View File

@ -1497,7 +1497,9 @@ I don't use ~evil-escape-mode~, so I may as well turn it off, I've heard it
contributes a typing delay. I'm not sure it's much, but it is an extra
~pre-command-hook~ that I don't benefit from, so...
#+BEGIN_SRC emacs-lisp
(after! evil (evil-escape-mode nil))
(after! evil
(setq evil-ex-substitute-global t) ; I like my s/../.. to by global by default
(evil-escape-mode nil))
#+END_SRC
** Flyspell
At one point, typing became noticeably laggy, Profiling revealed