From f2502b016a01feea07ef5682e9ddb0f8c5a5974e Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 21 May 2021 14:38:45 +0200 Subject: [PATCH] [Emacs] Remove evil-magit evil-magit is deprecated and should be removed --- org/config/emacs.org | 6 ------ 1 file changed, 6 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 4bc5cd5..5613409 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1666,12 +1666,6 @@ I’ll 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!