summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-10-02 10:27:47 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-10-02 10:27:47 +0100
commit971c19d147bc4143ead6a21e111226c8f085705e (patch)
treeea353641987c73be98286037345ed7c7c25268ff /helm-utils.el
parent7b852880cf05f10851cb2df24397d04bcf1471ae (diff)
Add customization choice to helm-window-show-buffers-function
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index c2b285d8..fdae9a16 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -240,7 +240,14 @@ behavior is the same that with a nil value."
"The default function to use when opening several buffers at once.
It is typically used to rearrange windows."
:group 'helm-utils
- :type 'function)
+ :type '(choice
+ (function
+ (const :tag "Split windows vertically or horizontally"
+ #'helm-window-default-split-fn)
+ (const :tag "Split in alternate windows"
+ #'helm-window-alternate-split-fn)
+ (const :tag "Split windows in mosaic"
+ #'helm-window-mosaic-fn))))
(defun helm-window-show-buffers (buffers &optional other-window)
"Show BUFFERS.