From e4a0853b306c054e5554f866d731020a7a6f5206 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:57:53 -0500 Subject: MAJOR formatting and documentation --- bard-emacs-modules/bard-emacs-calendar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-calendar.el') diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el index 25a5c8d..7227e97 100644 --- a/bard-emacs-modules/bard-emacs-calendar.el +++ b/bard-emacs-modules/bard-emacs-calendar.el @@ -46,6 +46,7 @@ (org-clock-persistence-insinuate) (use-package org + ;; not really show what this does anymore :demand t :hook ((org-clock-out . bard/org-clock-update-mode-line))) @@ -87,7 +88,6 @@ :config (setq org-habit-show-done-always-green t org-habit-show-habits t - org-habit-show-all-today t) - ) + org-habit-show-all-today t)) (provide 'bard-emacs-calendar) -- cgit v1.2.3