From fe49071a55e5b43c1618878d18b62fede0f29490 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 17 Feb 2025 01:11:16 +0100 Subject: [PATCH] evilify denote bindings again --- init.org | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/init.org b/init.org index 5d44540..8405aa8 100644 --- a/init.org +++ b/init.org @@ -3010,20 +3010,20 @@ We can add a list of queries (expand-file-name "~/Documents/denote"))) :hook (dired-mode . denote-dired-mode-in-directories) :bind ( - ("C-c n d" . (lambda () (interactive) (dired denote-directory))) - ("C-c n n" . #'denote) - ("C-c n N" . #'denote-type) - ("C-c n c" . #'denote-link-or-create) - ("C-c n t" . #'denote-template) - ("C-c n z" . #'denote-signature) - ("C-c n l" . #'denote-link) - ("C-c n L" . #'denote-find-link) - ("C-c n k" . #'denote-keywords-add) - ("C-c n b" . #'denote-link-backlink) - ("C-c n B" . #'denote-find-backlink) - ("C-c n r" . #'denote-rename-file) - ("C-c n R" . #'denote-rename-file-using-front-matter) - ("C-c n f" . (lambda () (interactive) (consult-find denote-directory))))) + (" n d" . (lambda () (interactive) (dired denote-directory))) + (" n n" . #'denote) + (" n N" . #'denote-type) + (" n c" . #'denote-link-or-create) + (" n t" . #'denote-template) + (" n z" . #'denote-signature) + (" n l" . #'denote-link) + (" n L" . #'denote-find-link) + (" n k" . #'denote-keywords-add) + (" n b" . #'denote-link-backlink) + (" n B" . #'denote-find-backlink) + (" n r" . #'denote-rename-file) + (" n R" . #'denote-rename-file-using-front-matter) + (" n f" . (lambda () (interactive) (consult-find denote-directory))))) #+END_SRC #+RESULTS: