From 6df652e1428b6425ba1fccfec6438b94ca6892b1 Mon Sep 17 00:00:00 2001 From: David Florness Date: Wed, 3 Jan 2018 16:34:42 -0700 Subject: [PATCH] Setup evil-collection --- lisp/setup-keys.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/setup-keys.el b/lisp/setup-keys.el index 3967dc0..a54c5c9 100644 --- a/lisp/setup-keys.el +++ b/lisp/setup-keys.el @@ -24,6 +24,12 @@ (evil-mode 1))) +(use-package evil-collection + :ensure t + :init + (evil-collection-init)) + + ;;; Easily surround text (use-package evil-surround :ensure t -- 2.38.4