diff --git a/.emacs.d/config/org.el b/.emacs.d/config/org.el index db8d80d..279ee7a 100644 --- a/.emacs.d/config/org.el +++ b/.emacs.d/config/org.el @@ -1,4 +1,7 @@ (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")) +(setq org-agenda-files '("~/org/uni/19w.org" + "~/org/uni/uni_cal.org" + "~/org/work.org" + "~/org/ccc.org"))