Add blamer package

Actually there is vc-msg, vc-anotate, vc-region-history, etc. that do similar
things, but i will add this also.
This commit is contained in:
kj
2025-08-26 13:25:36 -03:00
parent 8f4e9f9fb8
commit 04f64eda5e

View File

@ -13,6 +13,11 @@
;;; Code:
;; Mostrar el commit de la línea actual
(use-package blamer
:ensure t
:bind ("C-c i" . blamer-show-posframe-commit-info))
;; Resolver diferencias entre 2 archivos o versiones del mismo.
(use-package ediff
:ensure nil