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 7ba3721..68683cb 100644 --- a/init.el +++ b/init.el
@@ -1509,7 +1509,7 @@ if ripgrep is installed, otherwise `consult-grep'."
1509 1509
1510 (defun acdw-modeline/wc () 1510 (defun acdw-modeline/wc ()
1511 "Display current `wc-buffer-stats'." 1511 "Display current `wc-buffer-stats'."
1512 (when wc-mode 1512 (when (bound-and-true-p wc-mode)
1513 (or wc-buffer-stats "[w]")))) 1513 (or wc-buffer-stats "[w]"))))
1514 1514
1515(setup (:straight web-mode) 1515(setup (:straight web-mode)