(Emacs)~evil-magit -> evil-collection-magit

This commit is contained in:
2021-03-24 22:11:45 +00:00
parent e23835ede4
commit e7ff24ea7a

View File

@@ -1580,12 +1580,10 @@ don't need to write everything myself.
'(nil '(nil
"(" (read-string "Enter feature/module: ") ")" "(" (read-string "Enter feature/module: ") ")"
(read-string "Enter simple description: ") "\n\n" (read-string "Enter simple description: ") "\n\n"
_)))) _)))
(use-package evil-magit
:after magit
:config :config
(evil-magit-init)) (with-eval-after-load "evil-collection"
(evil-collection-magit-setup)))
#+end_src #+end_src
** IBuffer ** IBuffer
#+begin_src emacs-lisp #+begin_src emacs-lisp