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