Fix variables that need setting before loading evil
This commit is contained in:
@@ -260,6 +260,10 @@ Evil mode and related packages.
|
|||||||
|
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:after (undo-tree goto-chg)
|
:after (undo-tree goto-chg)
|
||||||
|
:init
|
||||||
|
;; Needed by evil-collection
|
||||||
|
(setq evil-want-integration t)
|
||||||
|
(setq evil-want-keybinding nil)
|
||||||
:config
|
:config
|
||||||
(setq evil-ex-complete-emacs-commands nil)
|
(setq evil-ex-complete-emacs-commands nil)
|
||||||
(setq evil-search-module 'evil-search)
|
(setq evil-search-module 'evil-search)
|
||||||
@@ -270,9 +274,6 @@ Evil mode and related packages.
|
|||||||
(setq evil-want-C-u-scroll t)
|
(setq evil-want-C-u-scroll t)
|
||||||
;; Do not set half cursor in operator state
|
;; Do not set half cursor in operator state
|
||||||
(setq evil-operator-state-cursor 'box)
|
(setq evil-operator-state-cursor 'box)
|
||||||
;; Needed by evil-collection
|
|
||||||
(setq evil-want-integration t)
|
|
||||||
(setq evil-want-keybinding nil)
|
|
||||||
(evil-mode))
|
(evil-mode))
|
||||||
|
|
||||||
(use-package evil-collection
|
(use-package evil-collection
|
||||||
|
|||||||
Reference in New Issue
Block a user