From af3eb37c8e51084261f2ad4bfe1d36fffbcfaebf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 8 Jun 2022 17:59:53 -0500 Subject: blep --- lisp/+org-wc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+org-wc.el') diff --git a/lisp/+org-wc.el b/lisp/+org-wc.el index edd88f0..89b2708 100644 --- a/lisp/+org-wc.el +++ b/lisp/+org-wc.el @@ -87,7 +87,7 @@ code... probably).") (defun +org-wc-modeline () (cond ((eq +org-wc-word-count 'huge) "huge") - (+org-wc-word-count (format " %sw" (max 0 (+ +org-wc-word-count +org-wc-correction)))))) + (+org-wc-word-count (format "%sw" (max 0 (+ +org-wc-word-count +org-wc-correction)))))) (define-minor-mode +org-wc-mode "Count words in `org-mode' buffers in the mode-line." -- cgit 1.4.1-21-gabe81