~edwargix/emacs.d

913597f4f81c85ea28eafc573ff13d0f4e03e3f5 — David Florness 5 years ago cfefdb0
Use my fork of evil-collection

It contains a few of my edits.
1 files changed, 3 insertions(+), 0 deletions(-)

M lisp/keys.el
M lisp/keys.el => lisp/keys.el +3 -0
@@ 25,6 25,9 @@

;; Evil-like bindings for various modes
(use-package evil-collection
  :straight (evil-collection
             :type git :host github :repo "emacs-evil/evil-collection"
             :fork (:host github :repo "edwargix/evil-collection"))
  :after evil
  :init
  (evil-collection-init))