From 3a8dc7944f365c37f5acae1fac38442e781dab68 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 24 Oct 2021 04:03:12 +0100 Subject: [PATCH] chore(navigation/helm): set sources which default to using follow --- modules/navigation/siren-helm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/navigation/siren-helm.el b/modules/navigation/siren-helm.el index 21d7f38..ec1c3c0 100755 --- a/modules/navigation/siren-helm.el +++ b/modules/navigation/siren-helm.el @@ -46,6 +46,7 @@ (helm-follow-mode-persistent t) (helm-full-frame t) (helm-show-completion-display-function 'helm-display-buffer-in-own-frame) + (helm-source-names-using-follow '("AG" "Diagnostics" "Helm Xref")) (helm-split-window-default-side 'above) (helm-split-window-inside-p nil) (helm-use-undecorated-frame-option t)