From 4a8db3a8cd9d72b52a42e248a1acdcf9236e3a59 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 1 Jul 2019 18:43:41 +0200 Subject: [PATCH] app/calendar: remove +calendar-org-gcal-secret-file The user can load this file themselves. --- modules/app/calendar/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/app/calendar/config.el b/modules/app/calendar/config.el index 197ed9f55..f85f59225 100644 --- a/modules/app/calendar/config.el +++ b/modules/app/calendar/config.el @@ -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)))