Emacs: Make sure transient is installed from MELPA.
This commit is contained in:
parent
c0925c4ac3
commit
b06e4e973a
|
@ -240,6 +240,10 @@
|
||||||
:pin melpa
|
:pin melpa
|
||||||
)
|
)
|
||||||
(unless slow-computer
|
(unless slow-computer
|
||||||
|
;; magit from melpa needs transient from melpa.
|
||||||
|
(use-package transient
|
||||||
|
:pin melpa)
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:pin melpa
|
:pin melpa
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user