shackle: handle helm-swoop popups

This commit is contained in:
Henrik Lissner 2016-01-29 06:58:38 -05:00
parent 0d9a56ccc7
commit 899cf571e6
2 changed files with 3 additions and 1 deletions

View file

@ -61,6 +61,9 @@
;; but th left-most buffer.
(setq-default helm-split-window-in-side-p t))
(after! helm-swoop
(setq helm-swoop-split-window-function (lambda ($buf) (narf/popup-buffer $buf))))
(after! helm-ag
;; Helm-ag needs a little coaxing for it to cooperate with shackle. Mostly to prevent
;; it from switching between windows and buffers.