~edwargix/emacs.d

0d937b490647cf5082377862898d2b36f55ab925 — David Florness 4 years ago 6fd5645
Don't set evil-want-integration

https://github.com/emacs-evil/evil-collection/blob/bd44a32e83f0ad8d08975691a52e9525bfe0ff0a/evil-collection.el#L62-L67
1 files changed, 0 insertions(+), 1 deletions(-)

M lisp/keys.el
M lisp/keys.el => lisp/keys.el +0 -1
@@ 2,7 2,6 @@
(use-package evil
  :custom
  (evil-want-C-u-scroll t)
  (evil-want-integration nil)
  (evil-want-keybinding nil) ; needed by evil-collection
  (evil-undo-system 'undo-tree)
  :config