mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix helm-swoop
This commit is contained in:
@ -151,7 +151,7 @@
|
||||
helm-split-window-in-side-p t))
|
||||
|
||||
(after! helm-swoop
|
||||
(setq helm-swoop-split-window-function (lambda (b) (doom-popup-buffer b))))
|
||||
(setq helm-swoop-split-window-function #'pop-to-buffer))
|
||||
|
||||
|
||||
(after! helm-ag
|
||||
|
Reference in New Issue
Block a user