[Emacs] Remove evil-magit

evil-magit is deprecated and should be removed
This commit is contained in:
Lucien Cartier-Tilet 2021-05-21 14:38:45 +02:00
parent 8dac0ff794
commit f2502b016a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 6 deletions

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!