Evil: Setup Emacsy rules

master
Pierre Neidhardt 2017-07-29 13:00:24 +01:00
parent 1c1c9905e4
commit 8c7296f819
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
;; (setq evil-want-abbrev-expand-on-insert-exit nil)
(setq undo-tree-mode-lighter "")
(setq evil-cross-lines t
evil-move-beyond-eol t ; Especially useful for Edebug.
evil-want-fine-undo t
evil-symbol-word-search nil)
;; The evil-leader package has that over regular bindings that it centralizes
;; the leader key configuration and automatically makes it available in relevant
;; states. It is not really needed with EXWM however.