[Emacs] Remove evil-magit

evil-magit is deprecated and should be removed
This commit is contained in:
2021-05-21 14:38:45 +02:00
parent 8dac0ff794
commit f2502b016a

View File

@@ -1666,12 +1666,6 @@ Ill also create a fuction for connecting to this new Tramp protocol:
"a" #'with-editor-cancel)))
#+end_src
#+begin_src emacs-lisp
(use-package evil-magit
:straight (:build t)
:after magit)
#+end_src
*** Forge
*NOTE*: Make sure to configure a GitHub token before using this
package!