Don't error on missing org contrib feature
This commit is contained in:
parent
adb20190ed
commit
7cf2109b1a
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ compelling reason, so..."
|
||||||
|
|
||||||
;;; Custom org modules
|
;;; Custom org modules
|
||||||
(dolist (flag doom--current-flags)
|
(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
|
;; Add our general hooks after the submodules, so that any hooks the
|
||||||
;; submodules add run after them, and can overwrite any defaults if necessary.
|
;; submodules add run after them, and can overwrite any defaults if necessary.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue