diff --git a/init.el b/init.el index 7ca4c3c..6c130b0 100644 --- a/init.el +++ b/init.el @@ -542,6 +542,11 @@ "* %?" :target (file+datetree "journal.org.gpg" week))))) +(use-package org-clock + :after org + :custom + (org-clock-rounding-minutes 5)) + (use-package org-agenda :after (org appt) :bind (("C-c o a" . org-agenda)