diff --git a/abbrev_defs b/abbrev_defs index 21d2452..2b783ab 100644 --- a/abbrev_defs +++ b/abbrev_defs @@ -1,4 +1,19 @@ ;;-*-coding: utf-8;-*- +(define-abbrev-table 'mhtml-mode-abbrev-table + '( + ("doc" " + + + + + Document + + + +" nil :count 1) + ("doctype" "" nil :count 0) + )) + (define-abbrev-table 'web-mode-abbrev-table '( ("doc" " @@ -10,7 +25,7 @@ -" nil :count 7) - ("doctype" "" nil :count 0) +" nil :count 9) + ("doctype" "" nil :count 1) ))