mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Clean up core-evil
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
evil-want-C-u-scroll t ; enable C-u for scrolling
|
evil-want-C-u-scroll t ; enable C-u for scrolling
|
||||||
evil-ex-visual-char-range t ; column range for ex commands
|
evil-ex-visual-char-range t ; column range for ex commands
|
||||||
evil-want-fine-undo nil
|
evil-want-fine-undo nil
|
||||||
evil-want-visual-char-semi-exclusive nil
|
evil-want-visual-char-semi-exclusive t
|
||||||
evil-ex-search-vim-style-regexp t
|
evil-ex-search-vim-style-regexp t
|
||||||
evil-ex-interactive-search-highlight 'selected-window
|
evil-ex-interactive-search-highlight 'selected-window
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
"Silence 'Error running timer `evil-ex-hl-do-update-highlight': (error
|
"Silence 'Error running timer `evil-ex-hl-do-update-highlight': (error
|
||||||
\"Invalid use of `\\' in replacement text\") errors.
|
\"Invalid use of `\\' in replacement text\") errors.
|
||||||
|
|
||||||
See `https://bitbucket.org/lyro/evil/issue/527'"
|
See https://bitbucket.org/lyro/evil/issue/527"
|
||||||
(ignore-errors ad-do-it))
|
(ignore-errors ad-do-it))
|
||||||
|
|
||||||
;; modes to map to different default states
|
;; modes to map to different default states
|
||||||
|
Reference in New Issue
Block a user