summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-26 17:20:40 -0500
committerCase Duckworth2021-09-26 17:20:40 -0500
commit7f9953bae6c63ef9e14aa781d695ea788b24a0ee (patch)
tree53c592e53916c35763b9823529d26cf16e6ad034 /init.el
parentDon't enable circe-display-images (diff)
downloademacs-7f9953bae6c63ef9e14aa781d695ea788b24a0ee.tar.gz
emacs-7f9953bae6c63ef9e14aa781d695ea788b24a0ee.zip
Don't error when requiring chd.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files 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'."
1824 1824
1825(setup (:straight org 1825(setup (:straight org
1826 org-contrib) 1826 org-contrib)
1827 (:also-load acdw-org ; so I don't clutter up init.el 1827 (:also-load acdw-org)
1828 chd) 1828 (require 'chd nil 'noerror)
1829 (:option 1829 (:option
1830 org-adapt-indentation nil 1830 org-adapt-indentation nil
1831 org-agenda-files nil ; only until I set this up 1831 org-agenda-files nil ; only until I set this up