Preemptively require org and org-refile

This commit is contained in:
Jeremy Dormitzer 2020-02-13 18:02:38 -05:00
parent 5cce6c5035
commit f8530621e1

View File

@ -101,6 +101,10 @@ Load org-mode early to [[https://github.com/raxod502/straight.el#the-wrong-versi
:straight org-plus-contrib
:commands (org-element-map)
:mode (("\\.org\\'" . org-mode)))
;; Annoying that this is necessary...
(require 'org)
(require 'org-refile)
#+END_SRC
* Doom themes