(Emacs)~evil-magit -> evil-collection-magit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user