Add abbreviations file.

This commit is contained in:
KJ 2024-04-18 07:26:32 -04:00
parent 71367398d6
commit 870e9a44ac
1 changed files with 16 additions and 0 deletions

16
abbrev_defs Normal file
View File

@ -0,0 +1,16 @@
;;-*-coding: utf-8;-*-
(define-abbrev-table 'web-mode-abbrev-table
'(
("doc" "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>Document</title>
</head>
<body>
</body>
</html>" nil :count 7)
("doctype" "<!DOCTYPE html>" nil :count 0)
))