From 3841dbec855a4e72871bd2be1b55cbcbbaeb1de3 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sat, 27 Apr 2024 23:42:47 -0700 Subject: [PATCH] Comment avy tweak --- thoom-emacs/modules/thoom-editing.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thoom-emacs/modules/thoom-editing.el b/thoom-emacs/modules/thoom-editing.el index dcc5621..cc99292 100644 --- a/thoom-emacs/modules/thoom-editing.el +++ b/thoom-emacs/modules/thoom-editing.el @@ -33,6 +33,8 @@ :init (setq avy-timeout-seconds 0.25) + ;; Always show candidates even when there's just one, to give an + ;; opportunity to select an avy action (setq avy-single-candidate-jump nil))