Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.64 KB

freemacs-org-ql.org

File metadata and controls

54 lines (42 loc) · 1.64 KB

Org QL Configuration


Install Org-Ql

Org-ql provides a query language to search Org files.

(use-package org-ql
  :straight (:host github :repo "alphapapa/org-ql"
                   :branch "master")
  :commands (org-ql-find
             org-ql-find-path
             org-ql-find-in-agenda
             org-ql-find-in-org-directory
             org-ql-refile
             org-ql-search
             org-ql-view
             org-ql-view-sidebar
             org-ql-view-recent-items
             org-ql-sparse-tree))

End

Tell Emacs what package this file provides.

(provide 'freemacs-org-ql)

;;; freemacs-org-ql.el ends here.