Revert "Use delta to view diffs in Magit"
This reverts commit 7e936bfe84
.
This commit is contained in:
parent
a83fdb2ecd
commit
f7b37e9248
|
@ -115,11 +115,6 @@
|
||||||
elfeed-goodies/tag-column-width 0)
|
elfeed-goodies/tag-column-width 0)
|
||||||
(elfeed-protocol-enable)
|
(elfeed-protocol-enable)
|
||||||
(add-hook! 'elfeed-search-mode-hook 'elfeed-update))
|
(add-hook! 'elfeed-search-mode-hook 'elfeed-update))
|
||||||
;; Use delta to view diffs in Magit
|
|
||||||
(use-package! magit-delta
|
|
||||||
:after magit
|
|
||||||
:config
|
|
||||||
(magit-delta-mode))
|
|
||||||
;; Set up the mail stack
|
;; Set up the mail stack
|
||||||
(after! mu4e (load! "+mail"))
|
(after! mu4e (load! "+mail"))
|
||||||
;; HACK Enable AOT native compilation
|
;; HACK Enable AOT native compilation
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
(package! emacsql-sqlite)
|
(package! emacsql-sqlite)
|
||||||
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
|
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
|
||||||
(package! elfeed-protocol)
|
(package! elfeed-protocol)
|
||||||
(package! magit-delta)
|
|
||||||
(package! engrave-faces)
|
(package! engrave-faces)
|
||||||
(package! org-modern)
|
(package! org-modern)
|
||||||
(package! org-auto-tangle)
|
(package! org-auto-tangle)
|
||||||
|
|
Loading…
Reference in New Issue