about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:40:33 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:40:33 +0100
commit988e427843a1fe7cd55ee33c6ea7738f04a2ecd6 (patch)
tree8a74841a7f734f2c0601a1372ac5091f6be6b45f
parent869926cb24472231d48b4e37ef6148d7bde615ac (diff)
downloaddotfiles-988e427843a1fe7cd55ee33c6ea7738f04a2ecd6.tar.gz
Try some different gumshoe settings
-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