about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-navigation.el5
1 files changed, 4 insertions, 1 deletions
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