Emacs: Make sure transient is installed from MELPA.

This commit is contained in:
tastytea 2019-12-01 07:12:30 +01:00
parent c0925c4ac3
commit b06e4e973a
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@
:pin melpa
)
(unless slow-computer
;; magit from melpa needs transient from melpa.
(use-package transient
:pin melpa)
(use-package magit
:pin melpa