revert: remove magit-delta

This commit is contained in:
Kiana Sheibani 2025-04-03 06:19:49 -04:00
parent 9d740dfc58
commit cdd56bfafe
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2109,19 +2109,6 @@ Let's also increase the maximum length of commit summaries past the default of 5
git-commit-summary-max-length 60))
#+end_src
*** Magit Syntax Highlighting
Magit already looks great, but it could use some proper syntax highlighting!
#+begin_src emacs-lisp :tangle packages.el
(package! magit-delta)
#+end_src
#+begin_src emacs-lisp
(use-package! magit-delta
:hook (magit-mode . magit-delta-mode))
#+end_src
*** Forge
Forge is a convenient package for working with remote code forges like GitHub, GitLab, etc. These days, I've mostly switched over to my own [[https://git.tokinanpa.dev/][personal forge]] instead of something public like GitHub, so I'll need to let Forge know about that.