aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-07-15 18:17:35 -0400
committerBardofSprites <[email protected]>2025-07-15 18:17:35 -0400
commita26b0d275539549a4cd86426b44349915b44343f (patch)
treed95c8de066debfb45e8fac4c07153338c40ab9f0 /bard-emacs-modules/bard-emacs-calendar.el
parent749ea1e3fc055c8e5d8d821930cb198d519c269f (diff)
change agenda files, todo depends
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)