aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/writers.org
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-01-05 22:52:18 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-01-05 22:53:19 +0000
commit71d28c39301d07ca3c7b30465db99eecc4b77a67 (patch)
tree7ab9eb5e0729f875952ceb0a85426b0f5dd01a86 /doom.d/modules/writers.org
parentd1a057ab8698319f49b09074644b89d2e6b41c53 (diff)
downloaddotfiles-71d28c39301d07ca3c7b30465db99eecc4b77a67.tar.gz
dotfiles-71d28c39301d07ca3c7b30465db99eecc4b77a67.tar.bz2
dotfiles-71d28c39301d07ca3c7b30465db99eecc4b77a67.zip
+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
Diffstat (limited to 'doom.d/modules/writers.org')
-rw-r--r--doom.d/modules/writers.org2
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"))