Helm autoresize broke, but my usage doesn't need autoresize

This commit is contained in:
Wojciech Kozlowski 2019-12-17 22:53:27 +01:00
parent 67f65a91db
commit 6bc8c71dc8

View File

@ -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 --------------------------------------------------------