mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
fix(org): load +roam.el for +roam2
Was meant to be part ofd92883b
, for backwards compatibility with folks still using the +roam2 flag. Amend:d92883bff8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user