summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-07-04 07:49:58 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-07-04 07:49:58 -0400
commitde343f5b19cc662faa9892b2450c6f09384ee5a8 (patch)
treea7dbccb319ec8cb47b9251534eed1c51e9653209 /lisp/org-custom.el
parent340e74ed5dadd6118b119d8e70df4f0e219343a9 (diff)
Using a smaller font size for JetBrains
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index 8c917dc..0131f1c 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -53,14 +53,14 @@
(use-package org-super-agenda
:ensure t)
-(use-package org-alert
- :ensure t
- :config
- (org-alert-enable)
- (setq org-alert-interval 3600 ; Once per hour!
- org-alert-notify-cutoff 30
- org-alert-notify-after-event-cutoff 30
- alert-default-style 'libnotify))
+;; (use-package org-alert
+;; :ensure t
+;; :config
+;; (org-alert-enable)
+;; (setq org-alert-interval 3600 ; Once per hour!
+;; org-alert-notify-cutoff 30
+;; org-alert-notify-after-event-cutoff 30
+;; alert-default-style 'libnotify))
(use-package org-roam
:ensure t