Disabled shackle mode

This commit is contained in:
Ivan Malison 2015-08-25 21:12:18 -07:00
parent ab6f0648b6
commit 9cab102acf

View File

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