emacs helm: open completion in bottom buffer window

revision a2831c8a2af8e7af95b78b5a4c4840d106a91742

raw

README.rst

keywords: emacs helm two buffers open bottom buffer

Solution: https://github.com/emacs-helm/helm/issues/2039#issuecomment-390103697

(setq helm-always-two-windows nil)
(setq helm-display-buffer-default-height 23)
(setq helm-default-display-buffer-functions '(display-buffer-in-side-window))

History