After a recent update (spacemacs and packages), I get the following error at startup. ```lisp dotspacemacs/user-config: Wrong number of arguments: #<subr persist--defvar-1>, 2 ``` Commenting the line ``` (require 'org-gcal) ``` "solves" the issue... Before such line, I have previously defined `org-gcal-client-id`, `org-gcal-client-secret`, and `org-gcal-fetch-file-alist`.