about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-20T16·34+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-20T16·34+0100
commit3c0622afe687df0acadb7e36d64b042dcf1c6005 (patch)
treef0c2f80e497926bd3b9c107efe281041ef1462c2 /init/custom.el
parent75fc7a0cc14dce0c3bbdc43d2143ff78d6ee71d8 (diff)
feat(helm): Always split inside of active window
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el
index c1276f7ea45a..1d8840bf3e19 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))