Fix revealjs build for org +present
Noticed through upcoming test coverage improvements.
This commit is contained in:
parent
f7a4b53913
commit
78ad78072d
3 changed files with 21 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ in {
|
|||
interactive = doomTest "minimal" { config = [ "default" ]; } { };
|
||||
interactive-without-loader = doomTest "minimal" { config = [ "default" ]; } { profileName = ""; };
|
||||
|
||||
org-re-reveal = doomTest "org-re-reveal" { lang = [ [ "org" "+present" ] ]; } { };
|
||||
|
||||
# Various tests of module combinations.
|
||||
unpinned-org = doomTest "external-org" { app = [ [ "rss" "+org" ] ]; } { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue