aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-12-27 15:57:53 -0500
committerBardofSprites <[email protected]>2025-12-27 15:57:53 -0500
commite4a0853b306c054e5554f866d731020a7a6f5206 (patch)
treeb95113bbc576c23def3a1d75410b3d0d3ca16905 /bard-emacs-modules/bard-emacs-calendar.el
parent365b3cd445b56e55014f2f3b5a14532228b3ba5a (diff)
MAJOR formatting and documentation
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el4
1 files changed, 2 insertions, 2 deletions
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)