I set this in helm
(setq helm-split-window-in-side-p nil)
This forces helm to use selected window for helm session like this(When point is in right split, helm buffer popped in left split only).
Now when I use swiper-helm
, it doesn't honor this. It will open helm session in different split.
How can I make swiper-helm and all other packages which use helm as frontend (like helm-recent-dirs, helm-github-stars), to use custom helm config?