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:
parent
e146508626
commit
89775f38d5
1 changed files with 1 additions and 5 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue