branch: externals/denote
commit 8f1206d10a9b18e9058a3fd2805cb38ae4ec3e30
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add 'denote-region' command to sample configuration
---
 README.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.org b/README.org
index e22484dc68..5041e55bd1 100644
--- a/README.org
+++ b/README.org
@@ -3343,6 +3343,7 @@ Everything is in place to set up the package.
 ;; decide.  For example:
 (let ((map global-map))
   (define-key map (kbd "C-c n n") #'denote)
+  (define-key map (kbd "C-c n c") #'denote-region) ; "contents" mnemonic
   (define-key map (kbd "C-c n N") #'denote-type)
   (define-key map (kbd "C-c n d") #'denote-date)
   (define-key map (kbd "C-c n z") #'denote-signature) ; "zettelkasten" mnemonic

Reply via email to