Compare commits
2 Commits
27f237397a
...
e011cae8ba
| Author | SHA1 | Date | |
|---|---|---|---|
| e011cae8ba | |||
| 05af3d2604 |
@@ -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.
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user