Skip to content

Commit 5beac89

Browse files
committedMay 9, 2022
Remove magit-delta
I'm having some performance issues with it right now, tracking issue for it: dandavison/magit-delta#9
1 parent d62415c commit 5beac89

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed
 

‎config.org

-8
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
- [[#bugfix][Bugfix]]
4444
- [[#magit][Magit]]
4545
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
46-
- [[#magit-delta][magit-delta]]
4746
- [[#email][Email]]
4847
- [[#account-configuration][Account configuration]]
4948
- [[#sending-mail][Sending mail]]
@@ -538,13 +537,6 @@ not ready yet.
538537

539538
GitLab push options are documented [[https://docs.gitlab.com/ee/user/project/push_options.html][here]].
540539

541-
** magit-delta
542-
543-
#+begin_src emacs-lisp
544-
(use-package! magit-delta
545-
:hook (magit-mode . magit-delta-mode))
546-
#+end_src
547-
548540
* Email
549541

550542
#+begin_src emacs-lisp :noweb no-export

‎packages.el

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
;; C/C++ mode adds this, and I don't really need it
5353
(package! irony :disable t)
5454

55-
(package! magit-delta
56-
:recipe (:host github :repo "dandavison/magit-delta")
57-
:pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616")
58-
5955
(package! org-roam-ui
6056
:recipe (:host github :repo "org-roam/org-roam-ui")
6157
:pin "9474a254390b1e42488a1801fed5826b32a8030b")

0 commit comments

Comments
 (0)
Please sign in to comment.