From e011cae8ba37cc0676a47e963e245f89d3544665 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 11 Jun 2026 12:46:15 -0300 Subject: [PATCH] style(vc): Configure blamer appearance and behavior --- configs/init-vc.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/init-vc.el b/configs/init-vc.el index 7f24059..219af64 100644 --- a/configs/init-vc.el +++ b/configs/init-vc.el @@ -16,6 +16,16 @@ ;; Mostrar el commit de la lĂ­nea actual (use-package blamer :ensure t + :custom + (blamer-idle-time 0.3) + (blamer-min-offset 70) + (blamer-show-avatar-p nil) + (blamer-max-commit-message-length 80) + :custom-face + (blamer-face ((t :foreground "#808080" + :background nil + :height 100 + :italic t))) :bind ("C-c i" . blamer-show-posframe-commit-info)) ;; Resolver diferencias entre 2 archivos o versiones del mismo.