diff options
| author | BardofSprites <[email protected]> | 2025-12-26 18:33:06 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-12-26 18:33:06 -0500 |
| commit | 72a63d40f3278aade59bc9adb55bc374e45499ea (patch) | |
| tree | 97e6ccb462c769263b0914aefd299d9bbbe251fa /bard-emacs-modules | |
| parent | 9591abf46b65524e41f89d5ff16e81b56d424380 (diff) | |
org habit and agenda/calendar update
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-calendar.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el index 2cee398..54e7795 100644 --- a/bard-emacs-modules/bard-emacs-calendar.el +++ b/bard-emacs-modules/bard-emacs-calendar.el @@ -11,6 +11,7 @@ (setq calendar-holidays (append calendar-holidays russian-holidays)) :hook (calendar-today-visible . calendar-mark-today) + (calendar-mode . denote-journal-calendar-mode) (calendar-today-visible . calendar-mark-holidays)) ;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes @@ -58,7 +59,7 @@ (agenda "" ((org-agenda-span 1) (org-agenda-start-day nil) - (org-deadline-warning-days 1) + (org-deadline-warning-days 14) ;; (org-scheduled-past-days 0) (org-agenda-day-face-function (lambda (date) 'org-agenda-date)) (org-agenda-format-date "%A %-e %B %Y") @@ -79,6 +80,14 @@ (org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done)) (org-agenda-overriding-header "Upcoming this month\n"))))))) +(use-package org-habit + :after org-agenda + :config + (setq org-habit-show-done-always-green t + org-habit-show-habits t + org-habit-show-all-today t) + ) + (use-package orthodox-christian-new-calendar-holidays :ensure t :config |
