From 52b48c8d13e31cab391c5f7fbaf1884750d2d9fd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 17 Aug 2021 08:47:27 -0500 Subject: Comment word-count limit in `acdw-org/count-words-stupidly' --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 968627d..31fc0be 100644 --- a/init.el +++ b/init.el @@ -1296,7 +1296,8 @@ successive invocations." (lambda (start end) "Count words stupidly with a limit." (acdw-org/count-words-stupidly start end - 999))))) + ;999 + ))))) (setup (:straight org-appear) (:hook-into org-mode))) -- cgit 1.4.1-21-gabe81