From 41b48c481471406470268209220019a4c3331a3f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 7 Aug 2021 15:07:04 -0500 Subject: Add `acdw-org/count-words-stupidly' To count words in an Org-mode buffer, disregarding headings and drawers completely. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index afd58ad..880986a 100644 --- a/init.el +++ b/init.el @@ -1161,7 +1161,8 @@ if ripgrep is installed, otherwise `consult-grep'." "" acdw-org/org-table-copy-down "M-SPC M-SPC" insert-zero-width-space "C-c C-l" org-insert-link-dwim - "M-w" kill-ring-save-unfilled) + "M-w" kill-ring-save-unfilled + "M-=" acdw-org/count-words-stupidly) (with-eval-after-load 'org-export (add-to-list 'org-export-filter-final-output-functions -- cgit 1.4.1-21-gabe81