From 513a2f9209602c4b5cb4ff33aba0f7f226a4baa6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 13 Aug 2015 16:49:37 -0700 Subject: [PATCH] disable shackle-mode for now --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index d1aa941d..fa07dbd4 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -497,7 +497,7 @@ The current directory is assumed to be the project's root otherwise." (use-package shackle :ensure t :config - (shackle-mode) + (when nil (shackle-mode)) (setq shackle-default-rule '(:same t))) ;; text mode stuff: