put helm buffer at the bottom

This commit is contained in:
Michael Hauser-Raspe 2015-04-24 18:28:09 +01:00 committed by syl20bnr
parent 81706ba6c5
commit 49e9710c0d

View file

@ -1296,6 +1296,13 @@ Example: (evil-map visual \"<\" \"<gv\")"
helm-bookmark-show-location t
helm-split-window-in-side-p t
helm-always-two-windows t)
(setq helm-display-function
(lambda (buf)
(split-window-vertically-and-switch)
(evil-window-move-very-bottom)
(spacemacs/shrink-window (/ (window-height) 3))
(switch-to-buffer buf)))
;; fuzzy matching setting
(setq helm-M-x-fuzzy-match t
helm-apropos-fuzzy-match t