aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init/oni-shackle-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/oni-shackle-init.el')
-rwxr-xr-xemacs/.emacs.d/init/oni-shackle-init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/oni-shackle-init.el b/emacs/.emacs.d/init/oni-shackle-init.el
index f9dcf9d..29386f3 100755
--- a/emacs/.emacs.d/init/oni-shackle-init.el
+++ b/emacs/.emacs.d/init/oni-shackle-init.el
@@ -28,7 +28,9 @@
(setq shackle-rules
'((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)
+ (magit-status-mode :same t)))
(provide 'oni-shackle-init)
;;; oni-shackle-init.el ends here