summaryrefslogtreecommitdiff
path: root/helm-elisp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-15 06:53:31 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-15 06:53:31 +0200
commit3468631cb0401d030703307adc6eb5e7247aea0e (patch)
tree17fb2aea61be946bd71a2e99d6aeefe605a08f7f /helm-elisp.el
parent624954bad90d66fce5ba0f5b208d6885b9f11513 (diff)
Split window according to helm-split-window-default-side in show completion.
* helm-elisp.el (helm-show-completion-display-function): split-window with helm-split-window-default-side.
Diffstat (limited to 'helm-elisp.el')
-rw-r--r--helm-elisp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-elisp.el b/helm-elisp.el
index a8362cb0..156b879f 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -151,7 +151,8 @@ fuzzy completion is not available in `completion-at-point'."
(recenter -1)
(set-window-buffer (if (active-minibuffer-window)
(minibuffer-selected-window)
- (split-window nil upper-height))
+ (split-window nil upper-height
+ helm-split-window-default-side))
buffer)))))
(defmacro with-helm-show-completion (beg end &rest body)