summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/org-agenda-config.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el
index 70ca9d4a..37f9e7e9 100644
--- a/modules/org-agenda-config.el
+++ b/modules/org-agenda-config.el
@@ -264,7 +264,7 @@ This allows a line to show in an agenda without being scheduled or a deadline."
:load-path "~/code/chime.el"
:init
;; Debug mode (keep set to nil, but available for troubleshooting)
- ;; (setq chime-debug nil)
+ (setq chime-debug nil)
:bind
("C-c A" . chime-check)
:config
@@ -299,6 +299,9 @@ This allows a line to show in an agenda without being scheduled or a deadline."
;; Notification title
(setq chime-notification-title "Reminder")
+ ;; Calendar URL
+ (setq chime-calendar-url "https://calendar.google.com/calendar/u/0/r")
+
;; Enable chime-mode
(chime-mode 1))