Install the latest version of transient for compatibility with magit
This commit is contained in:
parent
2f8060d335
commit
6ea05c3360
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@
|
||||||
:custom
|
:custom
|
||||||
(undo-tree-history-directory-alist '(("." . "~/.config/emacs/undo-tree"))))
|
(undo-tree-history-directory-alist '(("." . "~/.config/emacs/undo-tree"))))
|
||||||
|
|
||||||
|
(use-package transient)
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind (("C-x g" . magit-status)
|
:bind (("C-x g" . magit-status)
|
||||||
("C-x M-g" . magit-list-repositories))
|
("C-x M-g" . magit-list-repositories))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue