Update org and calendar config

This commit is contained in:
Gergely Polonkai 2016-10-20 08:42:55 +02:00
parent cca2506ff4
commit d1468f35a7
1 changed files with 6 additions and 1 deletions

View File

@ -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")