Added files that were lost during previous commits

This commit is contained in:
2020-02-15 22:21:53 +01:00
parent 92bc9ad251
commit 035594be8a
11 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ATTR HTML
# key: <ah
# --
#+ATTR_HTML: $0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: ATTR LATEX
# key: <al
# --
#+ATTR_LATEX: $0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: caption
# key: <ca
# --
#+CAPTION: $0

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: comment block
# key: <co
# --
#+BEGIN_COMMENT
$0
#+END_COMMENT

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: emacs-lisp block
# key: <el
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: name
# key: <na
# --
#+NAME: $0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: nyqy
# key: <ny
# --
\{\{\{nyqy($1)\}\}\}$0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: phon
# key: <ph
# --
\{\{\{phon($1)\}\}\}$0

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: python block
# key: <py
# --
#+NAME: $1
#+BEGIN_SRC python
$0
#+END_SRC

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: source block
# key: <s
# --
#+BEGIN_SRC $0
#+END_SRC