Config: change some org-ql config.

This commit is contained in:
User
2026-04-20 06:28:49 +08:00
parent 8576ac275a
commit bc6eca261a
5 changed files with 20 additions and 23 deletions

View File

@@ -78,9 +78,10 @@ Disable jinx-mode if it's enable and global-jinx-mode is disable , otherwise tog
(org-cycle))
(defun consult-org-ripgrep ()
"Jump to org agenda files use consult-ripgrep."
"Search in org files use consult-ripgrep."
(interactive)
(consult-ripgrep org-agenda-files))
(consult-ripgrep (unless *is-windows*
'("~/org/my-org-note/" "~/org/hugo/this-is-my-blog/all-blog.org"))))
(defun org-journal-open-current-journal-file-delete-other-window()
"Call org-journal-open-current-journal-file and delete other window."