mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08: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:
parent
fffefc3118
commit
c48aa1851c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue