about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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