From f8530621e14f852bb963da717e49779ffa4226ea Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 13 Feb 2020 18:02:38 -0500 Subject: [PATCH] Preemptively require org and org-refile --- emacs/init.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 45fdbbe..53b0eb7 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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