Keep configuration values sorted
This commit is contained in:
parent
482980d768
commit
dc99caeca8
1 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
((magit-commit "--gpg-sign=")
|
(
|
||||||
|
; keep-sorted start
|
||||||
|
(magit-commit "--gpg-sign=")
|
||||||
(magit-diff:magit-revision-mode "--no-ext-diff" "--stat" "--show-signature")
|
(magit-diff:magit-revision-mode "--no-ext-diff" "--stat" "--show-signature")
|
||||||
(magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature")
|
(magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature")
|
||||||
(magit-merge "--gpg-sign="))
|
(magit-merge "--gpg-sign=")
|
||||||
|
; keep-sorted end
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue