org-ql via quelpa instead

This commit is contained in:
Benson Chu 2022-10-24 09:45:34 -05:00
parent d64219bedc
commit 1b08608928
3 changed files with 5 additions and 4 deletions

3
.gitmodules vendored
View file

@ -46,9 +46,6 @@
[submodule "custom/org-reveal"]
path = submodule/org-reveal
url = https://github.com/yjwen/org-reveal
[submodule "custom/org-ql"]
path = submodule/org-ql
url = https://github.com/pestctrl/org-ql/
[submodule "submodule/emacs-piper"]
path = submodule/emacs-piper
url = https://gitlab.com/howardabrams/emacs-piper

View file

@ -22,6 +22,9 @@
;;; Commentary:
;;; Code:
(require 'use-package)
(use-package quelpa)
(require 'org-agenda)
(require 'org-get-time)
(require 'my-org-agenda-files)
@ -37,6 +40,8 @@
(use-package peg)
(use-package ov)
(use-package dash-functional)
(let ((fetcher (if my-ec/at-ti "github" "github-ssh")))
(quelpa `(org-ql :repo "pestctrl/org-ql" :branch "my-changes" :fetcher ,fetcher)))
(require 'org-ql)
(require 'org-ql-search)
(require 'org-ql-custom-stuck-projects)

@ -1 +0,0 @@
Subproject commit 32e4d208b18806976200658c533f3c3b9acc1956