~edwargix/emacs.d

6fd5645e97b0edb5def4af9383f2ca1fde6aed8f — David Florness 4 years ago 5457c3d
Remove evil-magit pkg

It is now a part of evil-collection.
1 files changed, 0 insertions(+), 4 deletions(-)

M lisp/keys.el
M lisp/keys.el => lisp/keys.el +0 -4
@@ 43,10 43,6 @@
  :config
  (global-evil-surround-mode 1))

;; Evil keybindings for magit
(use-package evil-magit
  :after (evil magit))

;; Evil keybindings for org
(use-package evil-org
  :after (evil org)