Add abbreviations file.
This commit is contained in:
parent
71367398d6
commit
870e9a44ac
16
abbrev_defs
Normal file
16
abbrev_defs
Normal 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)
|
||||||
|
))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user