aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el2
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