mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Minor edits
This commit is contained in:
@@ -73,10 +73,11 @@
|
|||||||
;; Expands to: (elpaca evil (use-package evil :demand t))
|
;; Expands to: (elpaca evil (use-package evil :demand t))
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:init ;; tweak evil's configuration before loading it
|
:init ;; tweak evil's configuration before loading it
|
||||||
(setq evil-want-integration t) ;; This is optional since it's already set to t by default.
|
(setq evil-want-integration t ;; This is optional since it's already set to t by default.
|
||||||
(setq evil-want-keybinding nil)
|
evil-want-keybinding nil
|
||||||
(setq evil-vsplit-window-right t)
|
evil-vsplit-window-right t
|
||||||
(setq evil-split-window-below t)
|
evil-split-window-below t
|
||||||
|
evil-undo-system 'undo-redo)
|
||||||
(evil-mode))
|
(evil-mode))
|
||||||
(use-package evil-collection
|
(use-package evil-collection
|
||||||
:after evil
|
:after evil
|
||||||
|
|||||||
@@ -165,10 +165,11 @@ This package implements hiding or abbreviation of the modeline displays (lighter
|
|||||||
;; Expands to: (elpaca evil (use-package evil :demand t))
|
;; Expands to: (elpaca evil (use-package evil :demand t))
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:init ;; tweak evil's configuration before loading it
|
:init ;; tweak evil's configuration before loading it
|
||||||
(setq evil-want-integration t) ;; This is optional since it's already set to t by default.
|
(setq evil-want-integration t ;; This is optional since it's already set to t by default.
|
||||||
(setq evil-want-keybinding nil)
|
evil-want-keybinding nil
|
||||||
(setq evil-vsplit-window-right t)
|
evil-vsplit-window-right t
|
||||||
(setq evil-split-window-below t)
|
evil-split-window-below t
|
||||||
|
evil-undo-system 'undo-redo) ;; Adds vim-like C-r redo functionality
|
||||||
(evil-mode))
|
(evil-mode))
|
||||||
(use-package evil-collection
|
(use-package evil-collection
|
||||||
:after evil
|
:after evil
|
||||||
|
|||||||
Reference in New Issue
Block a user