[emacs] Add org reminders and repeats
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user