From 72a63d40f3278aade59bc9adb55bc374e45499ea Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:33:06 -0500 Subject: org habit and agenda/calendar update --- bard-emacs-modules/bard-emacs-calendar.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bard-emacs-modules') 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 -- cgit v1.2.3