branch: externals/denote commit d590f4f094c080cc2d2e41130fdfbbe056788500 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Include denote-dired and denote-grep in the sample configuration --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3671beee00..3c941d7eb0 100644 --- a/README.org +++ b/README.org @@ -149,7 +149,8 @@ code sample if you need some ideas ([[#h:58c4746b-b0d8-4896-9d88-a99b1d487231][M ("C-c n r" . denote-rename-file) ("C-c n l" . denote-link) ("C-c n b" . denote-backlinks) - ("C-c n d" . denote-sort-dired)) + ("C-c n d" . denote-dired) + ("C-c n g" . denote-grep)) :config (setq denote-directory (expand-file-name "~/Documents/notes/")) @@ -185,7 +186,8 @@ Here we include more of what you can configure with Denote ([[#h:998ae528-9276-4 ;; decide. For example: ( :map global-map ("C-c n n" . denote) - ("C-c n d" . denote-sort-dired) + ("C-c n d" . denote-dired) + ("C-c n g" . denote-grep) ;; If you intend to use Denote with a variety of file types, it is ;; easier to bind the link-related commands to the `global-map', as ;; shown here. Otherwise follow the same pattern for `org-mode-map',