about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-16 09:13:14 -0500
committerCase Duckworth2021-08-16 09:13:14 -0500
commit5ea646b17a024cced525f293f2fa72403c4dc9c9 (patch)
tree07a5f330fdb9eb76f79e9cfbe03d5ea0b8e65a8c /init.el
parentCorrect drawer-ignoring logic in `acdw-org/count-words-stupidly' (diff)
downloademacs-5ea646b17a024cced525f293f2fa72403c4dc9c9.tar.gz
emacs-5ea646b17a024cced525f293f2fa72403c4dc9c9.zip
Change wc-idle-wait to 2
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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