From c1684a054ee3c613eb1284b9baa3a2063a762e86 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 16 Aug 2015 03:24:38 -0700 Subject: [PATCH] Inhibit window quit for same window --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 378292a2..f34b7e45 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -508,6 +508,7 @@ The current directory is assumed to be the project's root otherwise." :ensure t :config (shackle-mode) + (setq shackle-inhibit-window-quit-on-same-windows t) (setq shackle-default-rule '(:same t))) ;; text mode stuff: