mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
emacs: fix org-ql recipe
This commit is contained in:
parent
d5935d4b04
commit
b1392141b5
2 changed files with 2 additions and 6 deletions
|
|
@ -3395,9 +3395,7 @@ Returns (<buffer> . <workspace-index>) or nil."
|
|||
(use-package org-ql
|
||||
:after (org)
|
||||
:if (not my/remote-server)
|
||||
:straight (:fetcher github
|
||||
:repo "alphapapa/org-ql"
|
||||
:files (:defaults (:exclude "helm-org-ql.el")))
|
||||
:straight t
|
||||
:init
|
||||
;; See https://github.com/alphapapa/org-ql/pull/237
|
||||
(setq org-ql-regexp-part-ts-time
|
||||
|
|
|
|||
|
|
@ -4744,9 +4744,7 @@ It doesn't look great with org-bars mode, so...
|
|||
(use-package org-ql
|
||||
:after (org)
|
||||
:if (not my/remote-server)
|
||||
:straight (:fetcher github
|
||||
:repo "alphapapa/org-ql"
|
||||
:files (:defaults (:exclude "helm-org-ql.el")))
|
||||
:straight t
|
||||
:init
|
||||
;; See https://github.com/alphapapa/org-ql/pull/237
|
||||
(setq org-ql-regexp-part-ts-time
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue