Fix magit conflicting with golden-ratio

This commit is contained in:
Eric Zhang 2019-03-11 01:39:36 +08:00 committed by duianto
parent 7667df6319
commit a4801bec7b
2 changed files with 7 additions and 0 deletions

View File

@ -1266,6 +1266,7 @@ Other:
- Added magit buffers to useless buffers (thanks to Thomas de Beauchêne)
- Fixed magint blame function name (thanks to Bjarke Vad Andersen)
- Show magit-log-select and diff in two windows (thanks to duianto)
- Fix magit conflicting with golden-ratio (thanks Eric Zhang)
**** Go
- Improved go test output buffer behavior (thanks to Denis Bernard)
- Configurable extra arguments to go test (thanks to Ian Clark)

View File

@ -21,6 +21,7 @@
git-link
git-messenger
git-timemachine
golden-ratio
(helm-git-grep :requires helm)
(helm-gitignore :requires helm)
magit
@ -31,6 +32,11 @@
transient
))
(defun git/pre-init-golden-ratio ()
(spacemacs|use-package-add-hook golden-ratio
:post-config
(add-to-list 'golden-ratio-exclude-buffer-names " *transient*")))
(defun git/pre-init-evil-magit ()
(spacemacs|use-package-add-hook magit
:post-config