branch: externals/denote commit 3abd10d7bbb31b905c17007265ae9962c74305cf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Include query links in sample configuration --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 5c2e805741..4ebfeb6824 100644 --- a/README.org +++ b/README.org @@ -193,6 +193,8 @@ Here we include more of what you can configure with Denote ([[#h:998ae528-9276-4 ("C-c n l" . denote-link) ("C-c n L" . denote-add-links) ("C-c n b" . denote-backlinks) + ("C-c n q c" . denote-query-contents-link) ; create link that triggers a grep + ("C-c n q f" . denote-query-filenames-link) ; create link that triggers a dired ;; Note that `denote-rename-file' can work from any context, not just ;; Dired bufffers. That is why we bind it here to the `global-map'. ("C-c n r" . denote-rename-file)