Config: change some org-ql config.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user