Helm opens buffer using a vertical split by default.
I want the Helm buffer to open using a horizontal split by default.
I can use C-t (helm-toggle-resplit-and-swap-windows) to manually toggle the position, but how can I make this change permanent?


(setq helm-split-window-default-side 'right)(defaults to 'below)? – xuchunyang Feb 09 '16 at 02:04