From ccf03a4be3ee88110d35818dffcd88517c1d1787 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 19 May 2021 17:06:32 -0500 Subject: Change definition of `acdw-org/count-words' (I renamed it from `acdw-org/word-count'.) It's still too slow for use in the modeline. So I have work to do still... --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index b8584b6..3bec384 100644 --- a/init.el +++ b/init.el @@ -973,7 +973,8 @@ if ripgrep is installed, otherwise `consult-grep'." (setup (:straight simple-modeline) (setup (:straight minions)) (:option - ;; (prepend acdw-modeline/word-count-modes) '(org-mode . #'acdw-org/word-count) + ;; `acdw-org/count-words' is too slow to use in the modeline. + ;; (prepend acdw-modeline/word-count-modes) '(org-mode . acdw-org/count-words) simple-modeline-segments '((acdw-modeline/modified acdw-modeline/buffer-name acdw-modeline/vc-branch -- cgit 1.4.1-21-gabe81