diff options
author | Griffin Smith <root@gws.fyi> | 2020-06-15T15·56-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-06-15T15·56-0400 |
commit | fa149d1164e36a0d576fafb8e6d245ec5b76cfc2 (patch) | |
tree | 67167df9446020c9a8956afff15b2e8ebdffa80f /config.el | |
parent | b9a6e4b2b275f7346515f4a9fbee8eff03cf4339 (diff) |
sync gcal events -> org-mode file
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.el b/config.el index 5dfcbb5cd848..f01a8f9f0cf1 100644 --- a/config.el +++ b/config.el @@ -25,6 +25,7 @@ (load! "show-matching-paren") (load! "irc") (load! "github-org") +(load! "org-gcal") (require 's) |