mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
shackle: handle helm-swoop popups
This commit is contained in:
@ -132,7 +132,6 @@
|
|||||||
:commands (helm-swoop helm-multi-swoop helm-multi-swoop-all)
|
:commands (helm-swoop helm-multi-swoop helm-multi-swoop-all)
|
||||||
:config
|
:config
|
||||||
(setq helm-swoop-use-line-number-face t
|
(setq helm-swoop-use-line-number-face t
|
||||||
helm-swoop-split-with-multiple-windows t
|
|
||||||
helm-swoop-candidate-number-limit 200
|
helm-swoop-candidate-number-limit 200
|
||||||
helm-swoop-speed-or-color t
|
helm-swoop-speed-or-color t
|
||||||
helm-swoop-pre-input-function (lambda () "")))
|
helm-swoop-pre-input-function (lambda () "")))
|
||||||
|
@ -61,6 +61,9 @@
|
|||||||
;; but th left-most buffer.
|
;; but th left-most buffer.
|
||||||
(setq-default helm-split-window-in-side-p t))
|
(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
|
(after! helm-ag
|
||||||
;; Helm-ag needs a little coaxing for it to cooperate with shackle. Mostly to prevent
|
;; Helm-ag needs a little coaxing for it to cooperate with shackle. Mostly to prevent
|
||||||
;; it from switching between windows and buffers.
|
;; it from switching between windows and buffers.
|
||||||
|
Reference in New Issue
Block a user