summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)