diff --git a/init.el b/init.el index fcc2cbd..e7578cd 100644 --- a/init.el +++ b/init.el @@ -372,7 +372,8 @@ org-mobile-inbox-for-pull (concat user-documents-directory (convert-standard-filename - "/orgmode/from-mobile.org"))) + "/orgmode/from-mobile.org")) + org-log-done 'time) :config (unless (boundp 'org-capture-templates) (setq org-capture-templates nil)) @@ -537,6 +538,10 @@ (use-package org-random-todo) +(use-package calendar + :init + (setq calendar-week-start-day 1)) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")