diff --git a/.gitignore b/.gitignore
index b5ffd682ab7847bb6cdd61f7d3a917bb8561ea93..cbdc62f2685472d3fe3736d6a79cd6168d23eaf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.el
 *~
 .DS_Store
 auto
diff --git a/kwarc/auto/recomm.el b/kwarc/auto/recomm.el
index 7fd1737bbb345cd93f53c189626bbe0ee4b57efe..a512f6d54183e3b97b459b031ffd643e301b8493 100644
--- a/kwarc/auto/recomm.el
+++ b/kwarc/auto/recomm.el
@@ -6,12 +6,15 @@
     "calc")
    (TeX-add-symbols
     '("knowsince" ["argument"] 1)
-    '("fullname" ["argument"] 2)
+    '("fullname" ["argument"] 1)
     '("institutionname" 1)
     '("programname" 1)
     "program"
     "institution"
     "knowmonths")
+   (LaTeX-add-environments
+    '("frame" LaTeX-env-args ["argument"] 0))
    (LaTeX-add-counters
-    "kmo")))
+    "kmo"))
+ :latex)