diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/td-common.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/td-common.el b/lisp/td-common.el index f0a435a..c703702 100644 --- a/lisp/td-common.el +++ b/lisp/td-common.el @@ -11,7 +11,7 @@ :ensure t :bind (("C-'" . avy-goto-char-timer)) :custom - (avy-timeout-seconds 0.5)) + (avy-timeout-seconds 0.25)) (use-package consult :ensure t |