diff options
author | Case Duckworth | 2021-08-16 09:13:14 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-16 09:13:14 -0500 |
commit | 5ea646b17a024cced525f293f2fa72403c4dc9c9 (patch) | |
tree | 07a5f330fdb9eb76f79e9cfbe03d5ea0b8e65a8c | |
parent | Correct drawer-ignoring logic in `acdw-org/count-words-stupidly' (diff) | |
download | emacs-5ea646b17a024cced525f293f2fa72403c4dc9c9.tar.gz emacs-5ea646b17a024cced525f293f2fa72403c4dc9c9.zip |
Change wc-idle-wait to 2
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index cbdec9a..92ddf5f 100644 --- a/init.el +++ b/init.el | |||
@@ -1507,7 +1507,7 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1507 | (setup (:straight wc-mode) ; TODO: move some of this stuff around | 1507 | (setup (:straight wc-mode) ; TODO: move some of this stuff around |
1508 | 1508 | ||
1509 | (:option wc-modeline-format "[%tww]" | 1509 | (:option wc-modeline-format "[%tww]" |
1510 | wc-idle-wait 0) | 1510 | wc-idle-wait 2) |
1511 | 1511 | ||
1512 | (:hook-into text-mode) | 1512 | (:hook-into text-mode) |
1513 | 1513 | ||