Don't error on missing org contrib feature

This commit is contained in:
Henrik Lissner 2020-05-11 04:53:39 -04:00
parent adb20190ed
commit 7cf2109b1a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -947,7 +947,7 @@ compelling reason, so..."
;;; Custom org modules
(dolist (flag doom--current-flags)
(load! (concat "contrib/" (substring (symbol-name flag) 1))))
(load! (concat "contrib/" (substring (symbol-name flag) 1)) nil t))
;; Add our general hooks after the submodules, so that any hooks the
;; submodules add run after them, and can overwrite any defaults if necessary.