Closed hongyi-zhao closed 1 year ago
I think you're calling something with 3 arguments instead of an expected 4. I would move the configuration out of the use-package
declaration and evaluate the sexps one by one to see which one is at fault.
I don't see a bug in use-package
here.
On Ubuntu 20.04.2 LTS, I use the following use-package configuration for helm-bibtex:
The above configuration will trigger the following error, but if I remove the
:demand t
directive, the problem will disappear:Error (use-package): helm-bibtex/:config: Wrong number of arguments: (3 . 4), 2 Disable showing Disable logging
See here for some relevant discussion. Any hints for this problem?
Regards, HY