diff options
author | tdback <tyler@tdback.net> | 2025-02-09 15:58:57 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-09 15:58:57 -0500 |
commit | d698023b22e1f392004dcf86d97e9c0b93457169 (patch) | |
tree | 60ad0744975004bb49533445d364afab7ecb5a08 | |
parent | 981d8fc9c964de21abf07c302446fa21f89bcd44 (diff) |
lisp/td-common: decrease avy timeout
-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 |