emacs: don't pull org-ql from git

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-10-27 11:54:51 +01:00
parent d224e28c42
commit fbba92d3f2
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -391,6 +391,5 @@ Adding the effort estimate to ~org-agenda~ helps scheduling, the way to do it wh
#+begin_src emacs-lisp
(use-package org-ql
:straight (org-ql :fetcher github :repo "alphapapa/org-ql"
:files (:defaults (:exclude "helm-org-ql.el"))))
:straight t)
#+end_src