From 3c0622afe687df0acadb7e36d64b042dcf1c6005 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Nov 2017 17:34:28 +0100 Subject: [PATCH] feat(helm): Always split inside of active window --- init/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init/custom.el b/init/custom.el index c1276f7ea..1d8840bf3 100644 --- a/init/custom.el +++ b/init/custom.el @@ -12,6 +12,7 @@ '(frame-brackground-mode (quote dark)) '(global-auto-complete-mode t) '(helm-split-window-in-side-p t) + '(helm-split-window-inside-p t) '(magit-log-show-gpg-status t) '(ns-alternate-modifier (quote none)) '(ns-command-modifier (quote control))