From 118b50c8da5fe77af3cc070b420d2632d507486e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 9 Mar 2024 14:56:43 +0100 Subject: [PATCH] Always show absolute time when annotating file selections Via https://protesilaos.com/emacs/dotemacs#h:bd3f7a1d-a53d-4d3e-860e-25c5b35d8e7e. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 7c0b525..15fa379 100644 --- a/init.el +++ b/init.el @@ -2184,7 +2184,8 @@ Note that this workaround is incomplete, as explained in this comment." (use-package marginalia :ensure t - :commands (marginalia-mode)) + :commands (marginalia-mode) + :init (setq marginalia-max-relative-age 0)) (use-package vertico :ensure t