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
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user