Add transient package as magit requirement.
The build-in version do not fit with magit requeriment.
This commit is contained in:
parent
9417dcf830
commit
147949285e
@ -99,6 +99,10 @@ _p_rev _u_pper _=_: upper/lower _r_esolve
|
||||
("q" nil "cancel" :color blue))
|
||||
)
|
||||
|
||||
(use-package transient
|
||||
:defer t
|
||||
:ensure t)
|
||||
|
||||
;; Mostrar el último commit que modificó la linea actual
|
||||
(use-package vc-msg
|
||||
:defer t
|
||||
|
Loading…
Reference in New Issue
Block a user