mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
evil-respect-visual-line-mode = t
Reverts c733a6a
The previously reported issues seem to be resolved? Just have to wait
and see...
Closes #2447
This commit is contained in:
@ -27,6 +27,7 @@ directives. By default, this only recognizes C directives.")
|
||||
(defvar evil-want-C-w-delete t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
(defvar evil-respect-visual-line-mode t)
|
||||
|
||||
(use-package! evil
|
||||
:hook (doom-init-modules . evil-mode)
|
||||
|
Reference in New Issue
Block a user