Skip to content

Commit

Permalink
disable magit-delta until it gets faster
Browse files Browse the repository at this point in the history
  • Loading branch information
acfoltzer committed Sep 7, 2021
1 parent a8a2309 commit 7caa51b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions init.el
Expand Up @@ -224,9 +224,10 @@
:config
(progn
(setq magit-last-seen-setup-instructions "1.4.0")))
(use-package magit-delta
:ensure t
:hook (magit-mode . magit-delta-mode))
;; Too slow for now on big diffs
;; (use-package magit-delta
;; :ensure t
;; :hook (magit-mode . magit-delta-mode))
(use-package magit-todos :ensure t)

;;;_ , markdown-mode
Expand Down

0 comments on commit 7caa51b

Please sign in to comment.