Change wc-idle-wait to 2

This commit is contained in:
Case Duckworth 2021-08-16 09:13:14 -05:00
parent cff44ea72b
commit 5ea646b17a
1 changed files with 1 additions and 1 deletions

View File

@ -1507,7 +1507,7 @@ if ripgrep is installed, otherwise `consult-grep'."
(setup (:straight wc-mode) ; TODO: move some of this stuff around
(:option wc-modeline-format "[%tww]"
wc-idle-wait 0)
wc-idle-wait 2)
(:hook-into text-mode)