Emacs: Remove transient, we don't need the git-version anymore.
This commit is contained in:
parent
1347b838c0
commit
48be5d24d6
|
@ -1,6 +1,6 @@
|
||||||
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -15,10 +15,6 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(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