Emacs: Remove transient, we don't need the git-version anymore.

This commit is contained in:
tastytea 2020-02-26 21:59:06 +01:00
parent 1347b838c0
commit 48be5d24d6
1 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-19T23:59:15+0100>
;; Time-stamp: <2020-02-26T18:06:19+0100>
;;; Commentary:
@ -15,10 +15,6 @@
)
(unless slow-computer
;; magit from melpa needs transient from melpa.
(use-package transient
:pin melpa)
(use-package magit
:pin melpa