Skip to content

Commit 5fc28b6

Browse files
committed
tweak(emacs): magit: show commit age and author in status buffer
1 parent f841d79 commit 5fc28b6

File tree

1 file changed

+1
-0
lines changed
  • modules/nixos/programs/emacs

1 file changed

+1
-0
lines changed

modules/nixos/programs/emacs/init.el

+1
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@
325325
(evil-collection-magit-use-z-for-folds t)
326326
(forge-add-default-bindings nil)
327327
(magit-diff-refine-hunk t)
328+
(magit-status-margin '(t age magit-log-margin-width t 18))
328329
:config
329330
(evil-collection-init))
330331

0 commit comments

Comments
 (0)