use helm-autoresize-mode

This commit is contained in:
Łukasz Pankowski 2019-12-11 22:40:25 +01:00
parent aa4239659a
commit 7e21b242ed

View File

@ -92,6 +92,7 @@
:init
(setq helm-split-window-default-side 'other)
(helm-mode 1)
(helm-autoresize-mode 1)
:config
(define-key helm-find-files-map
(kbd "<backtab>") #'helm-select-action)