From 6225c1891424414a06f4b5a3a5a4c30312e24ace Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 15 Nov 2017 17:07:27 +0100 Subject: [PATCH] fix(custom): Fix Helm window splitting behaviour The default Helm window splitting behaviour is ridiculous. This fixes it! --- init/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init/custom.el b/init/custom.el index f9729f28e..ef901fd94 100644 --- a/init/custom.el +++ b/init/custom.el @@ -11,6 +11,7 @@ ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" default))) '(frame-brackground-mode (quote dark)) '(global-auto-complete-mode t) + '(helm-split-window-in-side-p t) '(magit-log-show-gpg-status t) '(ns-alternate-modifier (quote none)) '(ns-command-modifier (quote control))