update material project config
This commit is contained in:
parent
92d548938a
commit
a30826bef8
1 changed files with 9 additions and 2 deletions
|
|
@ -74,9 +74,16 @@ in
|
||||||
description = "AI for Material";
|
description = "AI for Material";
|
||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "";
|
name = "paper";
|
||||||
path = homePath "Documents/Projects/Inverse Design of Disordered Materials";
|
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mdshortcut-ijcai26-paper";
|
||||||
ai = true;
|
ai = true;
|
||||||
|
git = true;
|
||||||
|
shell = false;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "proj";
|
||||||
|
path = homePath "Documents/Projects/Inverse Design of Disordered Materials";
|
||||||
|
ai = false;
|
||||||
git = false;
|
git = false;
|
||||||
shell = true;
|
shell = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue