revert: remove magit-delta
This commit is contained in:
parent
9d740dfc58
commit
cdd56bfafe
1 changed files with 0 additions and 13 deletions
13
config.org
13
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue