about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-03-17T20·53+0100
committerVincent Ambo <tazjin@gmail.com>2018-03-17T20·53+0100
commit33bb6c9dbc59e0b84f71fdd7edff6684107b13f9 (patch)
tree912118f7e4484f814bbf7478791fb4369a68d076 /init/custom.el
parent58d825d5dd0d661a09cd145034ce9518a25d5933 (diff)
fix(custom): Fix window-splitting config for Helm
Apparently this parameter was renamed?
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 d51848367845..16faa4cd0c8f 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -14,6 +14,7 @@
  '(elnode-send-file-program "/run/current-system/sw/bin/cat")
  '(frame-brackground-mode (quote dark))
  '(global-auto-complete-mode t)
+ '(helm-split-window-in-side-p t)
  '(helm-split-window-inside-p t)
  '(kubernetes-commands-display-buffer-function (quote display-buffer))
  '(magit-log-show-gpg-status t)