From 71d28c39301d07ca3c7b30465db99eecc4b77a67 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 5 Jan 2020 22:52:18 +0000 Subject: +org-gcal +defer to calendar-open-function called org-gcal is only used for calendar events, thus only when the calendar is opened should it be used --- doom.d/modules/writers.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/modules/writers.org b/doom.d/modules/writers.org index 33a1c50..f68b6c5 100644 --- a/doom.d/modules/writers.org +++ b/doom.d/modules/writers.org @@ -48,7 +48,7 @@ in Doom, so I need this binding ** Org calendar #+BEGIN_SRC elisp (use-package! org-gcal - :after-call (org-agenda) + :after-call (org-agenda +calendar-open-function) :hook (org-agenda-mode-hook calendar-load-hook) :config (setq org-gcal-client-id (password-store-get "GoogleCalendar/id")) -- cgit v1.2.3-13-gbd6f