From d1468f35a7e5953a2b612ce8601270886f4cc9ab Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 20 Oct 2016 08:42:55 +0200 Subject: [PATCH] Update org and calendar config --- init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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")