mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Stop transient from blocking magit build
This commit is contained in:
parent
3fc10d15b7
commit
ae6d926ef6
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
gcs-done)))
|
||||
|
||||
;;; Initialize elpaca
|
||||
(defvar elpaca-installer-version 0.6)
|
||||
(defvar elpaca-installer-version 0.7)
|
||||
(defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory))
|
||||
(defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory))
|
||||
(defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory))
|
||||
|
@ -486,7 +486,9 @@
|
|||
(kind-icon-blend-background nil))
|
||||
|
||||
;; Git
|
||||
(use-package transient)
|
||||
(use-package magit
|
||||
:after transient
|
||||
:bind ("C-M-;" . magit-status)
|
||||
:custom
|
||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
||||
|
|
Loading…
Reference in a new issue