Stop shackling Magit
‘display-buffer-alist’ is used instead.
This commit is contained in:
parent
b59929a278
commit
c7f3c19ccd
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190219010138
|
;; Version: 20190226001927
|
||||||
;; Package-Requires: (shackle)
|
;; Package-Requires: (shackle)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -31,8 +31,7 @@
|
||||||
(setq shackle-rules
|
(setq shackle-rules
|
||||||
'((compilation-mode :align 'below :size 0.33)
|
'((compilation-mode :align 'below :size 0.33)
|
||||||
(prodigy-mode :align 'below :size 0.33)
|
(prodigy-mode :align 'below :size 0.33)
|
||||||
(help-mode :select t)
|
(help-mode :select t)))
|
||||||
(magit-status-mode :same t)))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(shackle-mode)
|
(shackle-mode)
|
||||||
|
|
Loading…
Reference in a new issue