aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2024-04-07 21:12:46 -0400
committerbard <[email protected]>2024-04-07 21:12:46 -0400
commit74ee6e0ba74497b0eb552ef8da82d428e9f3fdd7 (patch)
treefc573a338d8e035ea4396994ab1e430fea805485
parent7b70bdc0ba81bd530eef3b3eb0a89b0e9acb7b88 (diff)
remove timeblock, add alert
-rw-r--r--bard-emacs-modules/bard-emacs-org.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index 6c71a61..a839fcf 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -138,10 +138,11 @@
(org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
(org-agenda-overriding-header "Upcoming this month\n")))))))
-(use-package org-timeblock
- :ensure t
+(use-package org-alert
+ :init
+ (org-alert-enable)
:config
- (define-key global-map (kbd "C-z c") 'org-timeblock))
+ (setq alert-default-style 'libnotify))
(use-package orthodox-christian-new-calendar-holidays
:ensure t