Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lazy loading org-mode #4

Closed
srustamo opened this issue Nov 26, 2015 · 2 comments
Closed

lazy loading org-mode #4

srustamo opened this issue Nov 26, 2015 · 2 comments

Comments

@srustamo
Copy link

Your post here mentions how you lazy load packages. It maybe a bit outdated (and :idle option is removed from use-package, afaik).

Could you please walk me through how you load org-mode? I did not see anything use-package related to org-mode, I assume you use loaddefs.el.

@abo-abo
Copy link
Owner

abo-abo commented Nov 26, 2015

use-package used to have run-with-idle-timer. I still use it right now:

(run-with-idle-timer
 3 nil
 (lambda () (require 'ora-org)))

@srustamo
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants