aboutsummaryrefslogtreecommitdiffstats
path: root/oni-shackle.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-26 00:24:44 -0800
committerGravatar Tom Willemse2019-02-26 00:24:44 -0800
commitc7f3c19ccd1abf99a2157b988da7262af70c9464 (patch)
tree964be474c5f13cc001ef0fb52e259c4812d29651 /oni-shackle.el
parentb59929a27890f52fd56130ec6f79818fc15b37ea (diff)
downloademacs-config-c7f3c19ccd1abf99a2157b988da7262af70c9464.tar.gz
emacs-config-c7f3c19ccd1abf99a2157b988da7262af70c9464.zip
Stop shackling Magit
‘display-buffer-alist’ is used instead.
Diffstat (limited to 'oni-shackle.el')
-rw-r--r--oni-shackle.el5
1 files changed, 2 insertions, 3 deletions
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 <tom@ryuslash.org>
;; 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)