home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 13ce3b719f3d54530544eb7ace08b51a3543973e
parent 34077591e3ea77fc135795f9b65bf62d5ead78f8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  2 Jul 2024 14:27:24 +0200

tools/emacs: bind consult-notes-search-in-all-notes…

… because it is useful to search your notes !

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -334,7 +334,8 @@ file which do not already have one." :commands (consult-notes consult-notes-search-in-all-notes consult-notes-denote-mode) - :bind (("C-c n F" . consult-notes)) + :bind (("C-c n F" . consult-notes) + ("C-c n S" . consult-notes-search-in-all-notes)) :config (when (locate-library "denote") (consult-notes-denote-mode)))