diff options
| author | BardofSprites <[email protected]> | 2025-07-15 18:17:35 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-15 18:17:35 -0400 |
| commit | a26b0d275539549a4cd86426b44349915b44343f (patch) | |
| tree | d95c8de066debfb45e8fac4c07153338c40ab9f0 /bard-emacs-modules/bard-emacs-calendar.el | |
| parent | 749ea1e3fc055c8e5d8d821930cb198d519c269f (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.el | 4 |
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) |
