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.