diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 948f20224..912293a5d 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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