From 603cec0f1145a07e66ab15baa73d2d0d00c9645b Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Mon, 3 Jan 2022 15:16:47 -0600
Subject: Don't require _work until it's needed

---
 init.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/init.el b/init.el
index 7058e36..0d4716b 100644
--- a/init.el
+++ b/init.el
@@ -20,8 +20,7 @@
 
 (dolist (feature `((early-init . ,(locate-user-emacs-file "early-init"))
                    acdw
-                   private
-                   _work))
+                   private))
   (require (or (car-safe feature) feature) (cdr-safe feature) :noerror))
 
 (setup (:require +emacs)
@@ -365,7 +364,8 @@
                                   (string-match-p "lisp/org\\'" path))
                                 load-path))
   (:also-load +org
-              ox-md)
+              ox-md
+	      _work)
   (:option org-adapt-indentation nil
            org-archive-mark-done t
            org-catch-invisible-edits 'show-and-error
-- 
cgit 1.4.1-21-gabe81