Compare commits

..

2 Commits

Author SHA1 Message Date
kj
e011cae8ba style(vc): Configure blamer appearance and behavior 2026-06-11 12:46:15 -03:00
kj
05af3d2604 style(php): enable magit-psr-show-warnings 2026-06-11 12:46:01 -03:00
2 changed files with 11 additions and 1 deletions

View File

@@ -16,6 +16,16 @@
;; Mostrar el commit de la línea actual ;; Mostrar el commit de la línea actual
(use-package blamer (use-package blamer
:ensure t :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)) :bind ("C-c i" . blamer-show-posframe-commit-info))
;; Resolver diferencias entre 2 archivos o versiones del mismo. ;; Resolver diferencias entre 2 archivos o versiones del mismo.

View File

@@ -57,7 +57,7 @@
:ensure (:host github :repo "KJ2ME/magit-psr") :ensure (:host github :repo "KJ2ME/magit-psr")
:config :config
(setq magit-psr-recent-commits 20 (setq magit-psr-recent-commits 20
;; magit-psr-show-warnings t magit-psr-show-warnings t
magit-psr-show-placeholder nil)) magit-psr-show-placeholder nil))
(provide 'lang-php) (provide 'lang-php)