Ensure that Org QL is installed

This is needed by my Org mode configuration.
This commit is contained in:
Daniel Borchmann 2024-11-01 21:31:15 +01:00
parent 4120de7619
commit fe5d236b77
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -817,6 +817,7 @@
;; Extended query language and dynamic blocks ;; Extended query language and dynamic blocks
(use-package org-ql (use-package org-ql
:pin "melpa-stable" :pin "melpa-stable"
:ensure t
:commands (org-ql-view :commands (org-ql-view
org-ql-search org-ql-search
org-dblock-write:org-ql) org-dblock-write:org-ql)