From 6bc8c71dc89357d08901960eeaffae30333ac589 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Tue, 17 Dec 2019 22:53:27 +0100 Subject: [PATCH] Helm autoresize broke, but my usage doesn't need autoresize --- modules/helm.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/helm.el b/modules/helm.el index 7649f06..769376f 100644 --- a/modules/helm.el +++ b/modules/helm.el @@ -89,13 +89,8 @@ helm-imenu-fuzzy-match t helm-apropos-fuzzy-match t helm-lisp-fuzzy-completion t - ;; Autoresize settings - by setting max = 0, these settings are used to - ;; control the helm window size. - helm-autoresize-max-height 0 - helm-autoresize-min-height 35) - - ;; Enable autoresize to adjust helm window size. - (helm-autoresize-mode 1) + ;; While auresize is disabled these variable are in use. + helm-display-buffer-default-height 0.35) ;; Hide minibuffer --------------------------------------------------------