Merge pull request #3022 from darth10/feature/encrypt-org-gcal-token

Encrypt and change location of org-gcal-token-file
This commit is contained in:
Henrik Lissner 2020-05-03 19:51:18 -04:00 committed by GitHub
commit aed0a8acb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -42,10 +42,10 @@
org-gcal-fetch
org-gcal-post-at-point
org-gcal-delete-at-point)
:init
(defvar org-gcal-dir (concat doom-cache-dir "org-gcal/"))
(defvar org-gcal-token-file (concat org-gcal-dir "token.gpg"))
:config
;; hack to avoid the deferred.el error
(defun org-gcal--notify (title mes)
(message "org-gcal::%s - %s" title mes)))
;; (use-package! alert)

View file

@ -3,4 +3,4 @@
(package! calfw :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! calfw-org :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! org-gcal :pin "1667aba7c0a33e3c23c3a47fc04e89670684eddc")
(package! org-gcal :pin "2ee2b31547e6f4e33db70fb812d552e55d612fd6")