summary refs log tree commit diff stats
path: root/lisp/+org-wc.el
diff options
context:
space:
mode:
authorCase Duckworth2022-06-08 17:59:53 -0500
committerCase Duckworth2022-06-08 17:59:53 -0500
commitaf3eb37c8e51084261f2ad4bfe1d36fffbcfaebf (patch)
tree5555dc7a42ce8d226a9cbd1e68ba4f760b42f22b /lisp/+org-wc.el
parentAdd link to new server (diff)
downloademacs-af3eb37c8e51084261f2ad4bfe1d36fffbcfaebf.tar.gz
emacs-af3eb37c8e51084261f2ad4bfe1d36fffbcfaebf.zip
blep
Diffstat (limited to 'lisp/+org-wc.el')
-rw-r--r--lisp/+org-wc.el2
1 files changed, 1 insertions, 1 deletions
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).")
87(defun +org-wc-modeline () 87(defun +org-wc-modeline ()
88 (cond 88 (cond
89 ((eq +org-wc-word-count 'huge) "huge") 89 ((eq +org-wc-word-count 'huge) "huge")
90 (+org-wc-word-count (format " %sw" (max 0 (+ +org-wc-word-count +org-wc-correction)))))) 90 (+org-wc-word-count (format "%sw" (max 0 (+ +org-wc-word-count +org-wc-correction))))))
91 91
92(define-minor-mode +org-wc-mode 92(define-minor-mode +org-wc-mode
93 "Count words in `org-mode' buffers in the mode-line." 93 "Count words in `org-mode' buffers in the mode-line."