Remove magit-delta

I'm having some performance issues with it right now, tracking issue for
it:

https://github.com/dandavison/magit-delta/issues/9
This commit is contained in:
Antoine Martin 2022-05-09 03:27:16 +02:00
parent d62415caec
commit 5beac89b69
2 changed files with 0 additions and 12 deletions

View file

@ -43,7 +43,6 @@
- [[#bugfix][Bugfix]] - [[#bugfix][Bugfix]]
- [[#magit][Magit]] - [[#magit][Magit]]
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]] - [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
- [[#magit-delta][magit-delta]]
- [[#email][Email]] - [[#email][Email]]
- [[#account-configuration][Account configuration]] - [[#account-configuration][Account configuration]]
- [[#sending-mail][Sending mail]] - [[#sending-mail][Sending mail]]
@ -538,13 +537,6 @@ not ready yet.
GitLab push options are documented [[https://docs.gitlab.com/ee/user/project/push_options.html][here]]. GitLab push options are documented [[https://docs.gitlab.com/ee/user/project/push_options.html][here]].
** magit-delta
#+begin_src emacs-lisp
(use-package! magit-delta
:hook (magit-mode . magit-delta-mode))
#+end_src
* Email * Email
#+begin_src emacs-lisp :noweb no-export #+begin_src emacs-lisp :noweb no-export

View file

@ -52,10 +52,6 @@
;; C/C++ mode adds this, and I don't really need it ;; C/C++ mode adds this, and I don't really need it
(package! irony :disable t) (package! irony :disable t)
(package! magit-delta
:recipe (:host github :repo "dandavison/magit-delta")
:pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616")
(package! org-roam-ui (package! org-roam-ui
:recipe (:host github :repo "org-roam/org-roam-ui") :recipe (:host github :repo "org-roam/org-roam-ui")
:pin "9474a254390b1e42488a1801fed5826b32a8030b") :pin "9474a254390b1e42488a1801fed5826b32a8030b")