style(vc): Configure blamer appearance and behavior

This commit is contained in:
kj
2026-06-11 12:46:15 -03:00
parent 05af3d2604
commit e011cae8ba

View File

@@ -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.