Fix package name in org-ql use-package declaration

Package pinning won't work otherwise.
This commit is contained in:
Daniel - 2023-03-27 19:22:46 +02:00
parent ad2fbe31f7
commit 939b1e882a
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@
:init (setq org-download-method 'attach))
;; Extended query language and dynamic blocks
(use-package org-ql-search
(use-package org-ql
:ensure org-ql
:pin "melpa-stable"
;; XXX: Remove the following as soon as this is fixed in upstream, see