Preemptively require org and org-refile
This commit is contained in:
parent
5cce6c5035
commit
f8530621e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user