aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-keywords.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar-keywords.el')
-rw-r--r--isar/isar-keywords.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el
index 9363b7b0..14839e30 100644
--- a/isar/isar-keywords.el
+++ b/isar/isar-keywords.el
@@ -314,6 +314,11 @@
(defconst isar-keywords-qed-global
'("oops"))
+(defconst isar-keywords-proof-heading
+ '("sect"
+ "subsect"
+ "subsubsect"))
+
(defconst isar-keywords-proof-goal
'("have"
"hence"
@@ -342,9 +347,6 @@
"let"
"moreover"
"note"
- "sect"
- "subsect"
- "subsubsect"
"txt"
"txt_raw"))