about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.nix b/templates.nix
index 5a9bab8..314810d 100644
--- a/templates.nix
+++ b/templates.nix
@@ -25,7 +25,7 @@ in {
   awk = mkDefaultTemplate "awk";
   c = mkDefaultTemplate "c";
 
-  latex = mkAddedTemplate "latex" ''
+  latex_academia = mkAddedTemplate "latex/academia" ''
     Also **grep** for TODO marks after the `init` run and change them accordingly!
     Furthermore, please take a look at `lpm`.
   '';