7 lines
253 B
EmacsLisp
7 lines
253 B
EmacsLisp
(define-key global-map "\C-ca" 'org-agenda)
|
|
|
|
(setq org-directory "~/org")
|
|
(setq org-agenda-files '("~/org/uni/19w.org"
|
|
"~/org/uni/uni_cal.org"
|
|
"~/org/work.org"
|
|
"~/org/ccc.org"))
|