mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/calendar: remove +calendar-org-gcal-secret-file
The user can load this file themselves.
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user