Skip to content

Commit

Permalink
update org-gcal setting
Browse files Browse the repository at this point in the history
kidd/org-gcal.el#200
のあたりで設定方法が変わったのでそれを反映した
  • Loading branch information
mugijiru committed Jan 18, 2023
1 parent 5a5181a commit 3e4ac3e
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 3e4ac3e

Please sign in to comment.