aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
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)