Shorten name of note function

This commit is contained in:
Andreas Zweili 2023-11-17 08:46:03 +01:00
parent a6ba23a851
commit f572a02d7e
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
(use-package denote
:bind
(("C-c n r" . denote-rename-file)
("C-c n p" . az-denote-create-new-note-from-region)
("C-c n p" . az-note-from-region)
("C-c n n" . denote))
:config
(defun az-denote-create-new-note-from-region (beg end)
(defun az-note-from-region (beg end)
"Create note whose contents include the text between BEG and END. Prompt
for title and keywords of the new note."
(interactive "r")