aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-10-06 21:37:29 -0400
committerBardofSprites <[email protected]>2024-10-06 21:37:29 -0400
commitaf7f789618cc8c1b334766285c562f2854c21c40 (patch)
tree10cb1e765e00574fb2d62890db710937c021c876 /bard-emacs-modules/bard-emacs-calendar.el
parent9fc3eb1e96b8515a1e7685bfcb61bcd09674ab73 (diff)
fix usepackage
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index 381fc5a..c377049 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -25,7 +25,7 @@
org-clock-mode-line-total 'current)
(org-clock-persistence-insinuate)
-(use-package org-mode
+(use-package org
:demand t
:hook
((org-clock-out . bard/org-clock-update-mode-line)))