From cdd56bfafe8f442a9203d4c586d01972b9a26176 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 3 Apr 2025 06:19:49 -0400 Subject: [PATCH] revert: remove `magit-delta` --- config.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config.org b/config.org index a51f4e1..f5074ee 100644 --- a/config.org +++ b/config.org @@ -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.