Closed souew closed 3 years ago
In the use-package documentation it sounds like the issue might be that that loading of org-fc functions is never triggered.
Maybe using :bind
or :commands
with the main bindings/commands you use to interact with org-fc is a better option?
Adding :bind for org-fc-dashboard exposes that command to be used when defer is t. I don't know what exactly gets loaded in that case, only that function or not, sorry I'm not a programmer, but I guess it will do.
Does the dashboard show any useful information and can you start a review from there?
I can give it a try later this week and see if using :bind
or :command
with one of the main functions like org-fc-review
or org-fc-hydra/body
loads everything that's needed to use org-fc.
Yes, after I get to dashboard all other functions also become available.
That's good to know!
Can I close this issue?
Of course.
When I use defer t for use-package I can't run any of org-fc commands because it isn't loaded. How can I ensure lazy loading of org-fc?