Test noProfileHack
This commit is contained in:
parent
8f8f118d94
commit
48c4531e2e
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ in {
|
|||
};
|
||||
interactive = doomTest "minimal" { config = [ "default" ]; } { };
|
||||
interactive-without-loader = doomTest "minimal" { config = [ "default" ]; } { profileName = ""; };
|
||||
interactive-no-profile-hack = doomTest "minimal" { config = [ "default" ]; } { noProfileHack = true; };
|
||||
|
||||
org-re-reveal = doomTest "org-re-reveal" { lang = [ [ "org" "+present" ] ]; } { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue