Add magit-delta diffing tool
This commit is contained in:
parent
67326d0cc9
commit
20bbde40f3
|
@ -40,6 +40,7 @@
|
||||||
- [[#doom-specific][Doom specific]]
|
- [[#doom-specific][Doom specific]]
|
||||||
- [[#magit][Magit]]
|
- [[#magit][Magit]]
|
||||||
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
|
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
|
||||||
|
- [[#magit-delta][magit-delta]]
|
||||||
- [[#email][Email]]
|
- [[#email][Email]]
|
||||||
- [[#account-configuration][Account configuration]]
|
- [[#account-configuration][Account configuration]]
|
||||||
- [[#disable-org-msg-by-default][Disable =org-msg= by default]]
|
- [[#disable-org-msg-by-default][Disable =org-msg= by default]]
|
||||||
|
@ -522,6 +523,13 @@ not ready yet.
|
||||||
|
|
||||||
GitLab push options are documented [[https://docs.gitlab.com/ee/user/project/push_options.html][here]].
|
GitLab push options are documented [[https://docs.gitlab.com/ee/user/project/push_options.html][here]].
|
||||||
|
|
||||||
|
** magit-delta
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! magit-delta
|
||||||
|
:hook (magit-mode . magit-delta-mode))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Email
|
* Email
|
||||||
|
|
||||||
** Account configuration
|
** Account configuration
|
||||||
|
|
|
@ -55,3 +55,7 @@
|
||||||
(package! beancount-mode
|
(package! beancount-mode
|
||||||
:recipe (:host github :repo "beancount/beancount-mode")
|
:recipe (:host github :repo "beancount/beancount-mode")
|
||||||
:pin "dcb317ed0a7582243f30ffc44aaf31717a81502b")
|
:pin "dcb317ed0a7582243f30ffc44aaf31717a81502b")
|
||||||
|
|
||||||
|
(package! magit-delta
|
||||||
|
:recipe (:host github :repo "dandavison/magit-delta")
|
||||||
|
:pin "56cdffd377279589aa0cb1df99455c098f1848cf")
|
||||||
|
|
Loading…
Reference in a new issue