|
|
|
@ -258,20 +258,20 @@ Install and configure packages.
|
|
|
|
|
|
|
|
|
|
(use-package evil |
|
|
|
|
:after (undo-tree goto-chg) |
|
|
|
|
:custom |
|
|
|
|
(evil-search-module 'evil-search) |
|
|
|
|
(evil-ex-complete-emacs-commands nil) |
|
|
|
|
(evil-vsplit-window-right t) |
|
|
|
|
(evil-split-window-below t) |
|
|
|
|
(evil-shift-round nil) |
|
|
|
|
(evil-want-C-u-scroll t) |
|
|
|
|
(evil-undo-system 'undo-tree) |
|
|
|
|
:config |
|
|
|
|
(setq evil-ex-complete-emacs-commands nil) |
|
|
|
|
(setq evil-search-module 'evil-search) |
|
|
|
|
(setq evil-shift-round nil) |
|
|
|
|
(setq evil-split-window-below t) |
|
|
|
|
(setq evil-undo-system 'undo-tree) |
|
|
|
|
(setq evil-vsplit-window-right t) |
|
|
|
|
(setq evil-want-C-u-scroll t) |
|
|
|
|
;; Do not set half cursor in operator state |
|
|
|
|
(evil-operator-state-cursor 'box) |
|
|
|
|
(setq evil-operator-state-cursor 'box) |
|
|
|
|
;; Needed by evil-collection |
|
|
|
|
(evil-want-integration t) |
|
|
|
|
(evil-want-keybinding nil) |
|
|
|
|
:config (evil-mode)) |
|
|
|
|
(setq evil-want-integration t) |
|
|
|
|
(setq evil-want-keybinding nil) |
|
|
|
|
(evil-mode)) |
|
|
|
|
|
|
|
|
|
(use-package evil-collection |
|
|
|
|
:after evil |
|
|
|
|