summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-07 15:07:04 -0500
committerCase Duckworth2021-08-07 15:07:04 -0500
commit41b48c481471406470268209220019a4c3331a3f (patch)
tree9158134e7871ceb43362f071eea7d8f2c5b4354d /init.el
parentTruncate less of ERC nick (diff)
downloademacs-41b48c481471406470268209220019a4c3331a3f.tar.gz
emacs-41b48c481471406470268209220019a4c3331a3f.zip
Add `acdw-org/count-words-stupidly'
To count words in an Org-mode buffer, disregarding headings and drawers
completely.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
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'."
1161 "<S-return>" acdw-org/org-table-copy-down 1161 "<S-return>" acdw-org/org-table-copy-down
1162 "M-SPC M-SPC" insert-zero-width-space 1162 "M-SPC M-SPC" insert-zero-width-space
1163 "C-c C-l" org-insert-link-dwim 1163 "C-c C-l" org-insert-link-dwim
1164 "M-w" kill-ring-save-unfilled) 1164 "M-w" kill-ring-save-unfilled
1165 "M-=" acdw-org/count-words-stupidly)
1165 1166
1166 (with-eval-after-load 'org-export 1167 (with-eval-after-load 'org-export
1167 (add-to-list 'org-export-filter-final-output-functions 1168 (add-to-list 'org-export-filter-final-output-functions