app/calendar: remove +calendar-org-gcal-secret-file
The user can load this file themselves.
This commit is contained in:
parent
53d1bf6b58
commit
4a8db3a8cd
1 changed files with 0 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue