summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-03-09 11:49:46 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-03-09 11:49:46 +0100
commit87dae7cbdda0695a9425ebf1880b19ce10741520 (patch)
tree2c8ceb9119a0d37f8f44d435b532234a00418c52 /helm.el
parent2c7a5b5004008c043adec1b5f0b51d36f50e4956 (diff)
Change user var default
* helm.el (helm-use-frame-when-more-than-two-windows): Do it.
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index c42204e6..c94ad4e7 100644
--- a/helm.el
+++ b/helm.el
@@ -751,7 +751,7 @@ This option have no effect with emacs versions lower than 26."
:group 'helm
:type 'boolean)
-(defcustom helm-use-frame-when-more-than-two-windows t
+(defcustom helm-use-frame-when-more-than-two-windows nil
"Display helm buffer in frame when more than two windows."
:group 'helm
:type 'boolean)