fix(org): load +roam.el for +roam2

Was meant to be part of d92883b, for backwards compatibility with folks
still using the +roam2 flag.

Amend: d92883bff8
This commit is contained in:
Henrik Lissner
2025-09-20 14:39:02 -04:00
parent fffefc3118
commit c48aa1851c

View File

@@ -1229,6 +1229,8 @@ between the two."
;;; Custom org modules
(dolist (flag (doom-module :lang 'org :flags))
(when (eq flag '+roam2) ; REVIEW: remove in v3
(setq flag '+roam))
(load! (concat "contrib/" (substring (symbol-name flag) 1)) nil t))
;; Add our general hooks after the submodules, so that any hooks the