How do I load org in `config.el`?

I had these in my config:

(require 'org)
(require 'evil-org)
(require 'ol)

But they will load the builtin org version and cause a version mismatch as doom has a higher org version specified using straight.

How do I load the correct version in my config?

This topic was automatically closed after 90 days. New replies are no longer allowed.