app/calendar: remove org-gcal--notify hack

This hack was PRed 4+ years ago. The package has since been improved and
the original issue it tackled is very likely long gone (and is now
causing wrong-number-of-arguments errors).

Fixes kidd/org-gcal.el#151
This commit is contained in:
Henrik Lissner 2021-05-01 01:20:17 -04:00
parent e146508626
commit 89775f38d5

View file

@ -92,8 +92,4 @@
:defer t
: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)))
(defvar org-gcal-token-file (concat org-gcal-dir "token.gpg")))