summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-02-15 08:45:55 -0500
committermattkae <mattkae@protonmail.com>2023-02-15 08:45:55 -0500
commitaa64f4d23605e15efe8dde7ffe79bf160ff233da (patch)
tree82dd60ff8a6961f321f5a5b213fb449856c3ba4a /lisp/org-custom.el
parente5365527a760356ed099d06c77e9aec15839e39f (diff)
Org-alert and font size default to 11
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index da23201..d618f13 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -78,5 +78,12 @@
(add-hook 'org-mode-hook 'org-custom-hook)
+(use-package org-alert
+ :ensure t
+ :config
+ (setq org-alert-interval 300
+ org-alert-notify-cutoff 10
+ org-alert-notify-after-event-cutoff 10))
+
(provide 'org-custom)
;;; org-custom.el ends here