diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 05388b914..3ba698054 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -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