From c7f3c19ccd1abf99a2157b988da7262af70c9464 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Feb 2019 00:24:44 -0800 Subject: Stop shackling Magit ‘display-buffer-alist’ is used instead. --- oni-shackle.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'oni-shackle.el') diff --git a/oni-shackle.el b/oni-shackle.el index 335da19..8e0abe4 100644 --- a/oni-shackle.el +++ b/oni-shackle.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190219010138 +;; Version: 20190226001927 ;; Package-Requires: (shackle) ;; This program is free software; you can redistribute it and/or modify @@ -31,8 +31,7 @@ (setq shackle-rules '((compilation-mode :align 'below :size 0.33) (prodigy-mode :align 'below :size 0.33) - (help-mode :select t) - (magit-status-mode :same t))) + (help-mode :select t))) ;;;###autoload (shackle-mode) -- cgit v1.2.3-54-g00ecf