From 6f14e4fb8e2831a74dcbb0d14c54337f4298f56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sun, 22 Dec 2019 10:21:48 +0100 Subject: [PATCH] helm: swoop also split with multiple windows --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 8c412bf..6eb4a00 100644 --- a/init.el +++ b/init.el @@ -131,6 +131,7 @@ :init (setq helm-split-window-default-side 'other helm-split-window-inside-p t + helm-swoop-split-with-multiple-windows t helm-command-prefix-key "s-c") :config (require 'helm-config) ; required to setup "s-c" keymap