Update org and calendar config
This commit is contained in:
parent
cca2506ff4
commit
d1468f35a7
7
init.el
7
init.el
@ -372,7 +372,8 @@
|
|||||||
org-mobile-inbox-for-pull (concat
|
org-mobile-inbox-for-pull (concat
|
||||||
user-documents-directory
|
user-documents-directory
|
||||||
(convert-standard-filename
|
(convert-standard-filename
|
||||||
"/orgmode/from-mobile.org")))
|
"/orgmode/from-mobile.org"))
|
||||||
|
org-log-done 'time)
|
||||||
:config
|
:config
|
||||||
(unless (boundp 'org-capture-templates)
|
(unless (boundp 'org-capture-templates)
|
||||||
(setq org-capture-templates nil))
|
(setq org-capture-templates nil))
|
||||||
@ -537,6 +538,10 @@
|
|||||||
|
|
||||||
(use-package org-random-todo)
|
(use-package org-random-todo)
|
||||||
|
|
||||||
|
(use-package calendar
|
||||||
|
:init
|
||||||
|
(setq calendar-week-start-day 1))
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user