From 1f65ec712ec7c053d317854bc31cc77d809a2ea5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 30 Aug 2015 13:22:07 -0700 Subject: [PATCH] cleanup --- dotfiles/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c12d0738..28957188 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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))))