aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index 679d627..595c9a2 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -3,7 +3,7 @@
(setq org-directory "~/Notes/denote/")
;; symlinked file to shorten denote file name in agenda buffers
-(setq org-agenda-files (list "~/Notes/denote/todo.org" "~/Notes/denote/study.org"))
+(setq org-agenda-files (list "~/Notes/denote/todo.org" "~/Notes/denote/uni.org"))
;; Calendar
(use-package calendar-mode
@@ -22,6 +22,8 @@
'(("EXTRA" . (:inherit warning))
("INPROG" . (:inherit hi-yellow :weight bold))))
+(setq org-enforce-todo-dependencies t)
+
;; Automatically clock in
(add-hook 'org-after-todo-state-change-hook #'bard/auto-clock-in)