mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable evil-want-abbrev-expand-on-insert-exit
It may be a vim default, but why would anyone want this?
This commit is contained in:
@ -18,6 +18,7 @@ directives. By default, this only recognizes C directives.")
|
||||
(defvar evil-want-C-u-scroll t)
|
||||
(defvar evil-want-C-w-scroll t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
|
||||
(use-package! evil
|
||||
:hook (doom-init-modules . evil-mode)
|
||||
|
Reference in New Issue
Block a user