emacs: Add chapter snippet for latex

This commit is contained in:
madmaurice 2018-06-23 00:21:57 +02:00
parent 1ba501e93d
commit a12fb60c72

View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: chapter
# key: cha
# --
\chapter{$1}
\label{ch:$2}