app/calendar: remove +calendar-org-gcal-secret-file

The user can load this file themselves.
This commit is contained in:
Henrik Lissner 2019-07-01 18:43:41 +02:00
parent 53d1bf6b58
commit 4a8db3a8cd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,9 +1,5 @@
;;; app/calendar/config.el -*- lexical-binding: t; -*-
(defvar +calendar-org-gcal-secret-file
(expand-file-name "private/org/secret.el" doom-modules-dir)
"TODO")
(defvar +calendar-open-function #'+calendar/open-calendar
"TODO")
@ -47,7 +43,6 @@
org-gcal-post-at-point
org-gcal-delete-at-point)
:config
(load-file +calendar-org-gcal-secret-file)
;; hack to avoid the deferred.el error
(defun org-gcal--notify (title mes)
(message "org-gcal::%s - %s" title mes)))