Commit 13ce3b719f3d

Vincent Demeester <vincent@sbr.pm>
2024-07-02 14:27:24
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>
1 parent 3407759
Changed files (1)
tools
emacs
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)))