[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

@ -42,6 +42,7 @@
(setq org-directory "~/var/org/")
(load! "+agenda-fix")
(load! "+org-reminders")
(defun vulpea-agenda-files-update (&rest _)
(setq org-agenda-files vulpea-project-files))
@ -663,3 +664,7 @@ Always open the result in `eww`."
message-sendmail-envelope-from 'header
message-sendmail-extra-arguments '("--read-envelope-from")
mail-envelope-from 'header)
(use-package! repeat-todo
:after org
(repeat-todo-mode-enable))