mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
new default template
This commit is contained in:
parent
8193797c23
commit
00de350a25
2 changed files with 5 additions and 144 deletions
|
|
@ -7,7 +7,11 @@
|
|||
path = ./templates/r;
|
||||
description = "R development environment";
|
||||
};
|
||||
sci = {
|
||||
path = ./templates/sci;
|
||||
description = "Scientific computing environment (Julia, Python, R)";
|
||||
}
|
||||
};
|
||||
defaultTemplate = self.templates.r;
|
||||
defaultTemplate = self.templates.sci;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue