diff options
Diffstat (limited to 'doom.d/modules/writers.org')
-rw-r--r-- | doom.d/modules/writers.org | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |