diff options
| author | BardofSprites <[email protected]> | 2024-10-06 21:37:29 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-06 21:37:29 -0400 |
| commit | af7f789618cc8c1b334766285c562f2854c21c40 (patch) | |
| tree | 10cb1e765e00574fb2d62890db710937c021c876 /bard-emacs-modules/bard-emacs-calendar.el | |
| parent | 9fc3eb1e96b8515a1e7685bfcb61bcd09674ab73 (diff) | |
fix usepackage
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-calendar.el | 2 |
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))) |
