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