Add emacs configuration

This commit is contained in:
Riyyi
2019-08-07 18:00:22 +02:00
parent 97dd1e9171
commit 9edbbb801a
10 changed files with 820 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: begin
# key: begin
# --
\begin{${1:environment}}
$0
\end{$1}