[emacs] Add org reminders and repeats

This commit is contained in:
2026-08-09 13:01:41 -04:00
parent 9735e42cdd
commit b7b25e8d24
4 changed files with 255 additions and 5 deletions

View File

@ -23,11 +23,9 @@
(package! agent-shell)
(package! auth-source-pass)
(package! org-todoist
(package! repeat-todo
:recipe (:host github
:repo "lillenne/org-todoist"
:branch "main"
:files ("org-todoist.el")))
:repo "cashpw/repeat-todo"))
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: