Skip to content

Commit

Permalink
Merge pull request #1759 from mugijiru/update-org-gcal-setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mugijiru authored Jan 18, 2023
2 parents 5a5181a + 3e4ac3e commit 9e63bc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inits/61-org-gcal.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

(el-get-bundle org-gcal)

(custom-set-variables
'(org-gcal-client-id (plist-get (nth 0 (auth-source-search :host "googleusercontent.com")) :client))
'(org-gcal-client-secret (funcall (plist-get (nth 0 (auth-source-search :host "googleusercontent.com" :max 1)) :secret))))

(require 'org-gcal)

(setq plstore-cache-passphrase-for-symmetric-encryption t)

(my/load-config "my-org-gcal-config")

(setq appt-display-format 'window)
Expand Down

0 comments on commit 9e63bc8

Please sign in to comment.