Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
18
.emacs.d/snippets/html-mode/html.document
Normal file
18
.emacs.d/snippets/html-mode/html.document
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: html.document
|
||||
# key: doc
|
||||
# --
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>$1</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="css/screen.css">
|
||||
</head>
|
||||
<body>
|
||||
$0
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user