From 7f9953bae6c63ef9e14aa781d695ea788b24a0ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 26 Sep 2021 17:20:40 -0500 Subject: Don't error when requiring chd.el --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ff11cfe..49d933a 100644 --- a/init.el +++ b/init.el @@ -1824,8 +1824,8 @@ browser defined in `browse-url-secondary-browser-function'." (setup (:straight org org-contrib) - (:also-load acdw-org ; so I don't clutter up init.el - chd) + (:also-load acdw-org) + (require 'chd nil 'noerror) (:option org-adapt-indentation nil org-agenda-files nil ; only until I set this up -- cgit 1.4.1-21-gabe81