1
0
Fork 0

Stop shackling Magit

‘display-buffer-alist’ is used instead.
This commit is contained in:
Tom Willemse 2019-02-26 00:24:44 -08:00
parent b59929a278
commit c7f3c19ccd

View file

@ -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)