emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Helm-swoop doesn't respect helm-always-two-windows #115

Open angrybacon opened 7 years ago

angrybacon commented 7 years ago
  (setq-default
   helm-always-two-windows t
   helm-split-window-default-side 'left)

With the above configuration, M-x helm-swoop RET should display the "Helm Swoop" buffer on the left and the swooped file(s) on the right.