diff options
| author | Daniel <[email protected]> | 2024-08-31 11:18:15 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-08-31 11:19:48 -0400 |
| commit | e5484ea4a0f63c28ea97cec82d748084bc78ff2e (patch) | |
| tree | 1ea9e7b7d5010b29f79f7ced59ea612735cc0ae6 | |
| parent | 7bc255eca1c242e8e8d42786fa5e5c248705e5ab (diff) | |
count words
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 8f5aefb..1f40c3e 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -10,6 +10,8 @@ (:map org-mode-map ("C-M-a" . backward-paragraph) ("C-M-e" . forward-paragraph) + ("C-c M-c" . count-words-region) + ("C-c C-M-c" . count-words) ("C-c l" . org-store-link) ) :bind |
