Skip to content

Commit

Permalink
Set magit-revision-headers-format to display gpg commit info
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed Dec 3, 2024
1 parent e649eb4 commit 8d3f4c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emacs/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@ actually counts the lines and puts the value beside the counted line.
(setq magit-display-buffer-function 'magit-display-buffer-fullframe-status-topleft-v1)
(setq magit-bury-buffer-function 'magit-restore-window-configuration)
;; setting to level 5 for gpg siging
(setq transient-default-level 5))
(setq transient-default-level 5)
(setq magit-revision-headers-format "Author: %aN <%aE>\nAuthorDate: %ad\nCommit: %cN <%cE>\nCommitDate: %cd\nSigned:\n\n%GG\n")
:bind (("C-x g" . magit-project-status)))

(setq johnny5-package-list
'(deadgrep
Expand Down

0 comments on commit 8d3f4c3

Please sign in to comment.