From af7f789618cc8c1b334766285c562f2854c21c40 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:37:29 -0400 Subject: fix usepackage --- bard-emacs-modules/bard-emacs-calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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))) -- cgit v1.2.3