Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

Commit

Permalink
Fix evil-collection warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edwargix committed Sep 16, 2018
1 parent 24c2bb0 commit 0e283e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/setup-keys.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
:init
(progn
(setq evil-want-C-u-scroll t
evil-want-integration nil))
evil-want-integration nil
evil-want-keybinding nil)) ; needed by evil-collection
:config
(progn
(require 'evil)
Expand All @@ -33,6 +34,7 @@

(use-package evil-collection
:ensure t
:after evil
:init
(evil-collection-init))

Expand Down

0 comments on commit 0e283e9

Please sign in to comment.