From 988e427843a1fe7cd55ee33c6ea7738f04a2ecd6 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 21 Oct 2022 16:40:33 +0100 Subject: [PATCH] Try some different gumshoe settings --- .emacs.d/lisp/init-navigation.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el index 79a878c..f3232cd 100644 --- a/.emacs.d/lisp/init-navigation.el +++ b/.emacs.d/lisp/init-navigation.el @@ -59,7 +59,10 @@ Or remove all highlighted symbols in the current buffer (with`ARG')." :defer 5 :after perspective :diminish global-gumshoe-persp-mode - :custom (gumshoe-show-footprints-p nil) + :custom + (gumshoe-show-footprints-p nil) + (gumshoe-idle-time 5) + (gumshoe-follow-distance 5) :config (global-gumshoe-persp-mode +1) (defvar gumshoe-repeat-map