style(vc): Configure blamer appearance and behavior
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user