This commit is contained in:
Ivan Malison 2015-08-30 13:22:07 -07:00
parent a920cd9e42
commit 1f65ec712e

View File

@ -539,7 +539,8 @@ The current directory is assumed to be the project's root otherwise."
:config
(progn
(diminish 'shackle-mode)
(when nil (shackle-mode))
(when nil ; disabled for now
(shackle-mode))
(setq shackle-inhibit-window-quit-on-same-windows t)
(setq shackle-default-rule '(:same t))))