Compare commits
No commits in common. "6994788dc443d556c05784cf6d28752d036358d6" and "b16f6c410e0570c51f27583b971e175ff7758abd" have entirely different histories.
6994788dc4
...
b16f6c410e
2 changed files with 2 additions and 3 deletions
|
|
@ -62,7 +62,6 @@
|
|||
(global-auto-revert-non-file-buffers t)
|
||||
(inhibit-startup-screen t)
|
||||
(show-paren-context-when-offscreen 'overlay)
|
||||
(treesit-enabled-modes t)
|
||||
(xref-search-program 'ripgrep)
|
||||
;; keep-sorted end
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
(
|
||||
;; keep-sorted start
|
||||
; keep-sorted start
|
||||
(magit-commit "--gpg-sign=")
|
||||
(magit-diff:magit-revision-mode "--no-ext-diff" "--stat" "--show-signature")
|
||||
(magit-fetch "--force" "--prune" "--tags")
|
||||
(magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature")
|
||||
(magit-merge "--gpg-sign=")
|
||||
(magit-tag "--sign")
|
||||
;; keep-sorted end
|
||||
; keep-sorted end
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue