mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
org-ql via quelpa instead
This commit is contained in:
parent
d64219bedc
commit
1b08608928
3 changed files with 5 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue