Add new snippets
This commit is contained in:
parent
47a8824dbb
commit
1dedd8c273
7
snippets/org-mode/<el
Normal file
7
snippets/org-mode/<el
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# key: <el
|
||||||
|
# name: elisp src
|
||||||
|
# --
|
||||||
|
#+begin_src emacs-lisp $1
|
||||||
|
`%`$0
|
||||||
|
#+end_src
|
|
@ -1,6 +1,5 @@
|
||||||
# -*- mode: snippet -*-
|
# -*- mode: snippet -*-
|
||||||
# name: latex-begin
|
# name: latex-begin
|
||||||
# uuid: latex-begin
|
|
||||||
# key: begin
|
# key: begin
|
||||||
# --
|
# --
|
||||||
\begin{${1:equation*}}
|
\begin{${1:equation*}}
|
||||||
|
|
11
snippets/snippet-mode/__
Normal file
11
snippets/snippet-mode/__
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# contributor: Kiana Sheibani
|
||||||
|
# key: __
|
||||||
|
# name: Snippet template
|
||||||
|
# --
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
${1:# contributor: `(user-full-name)`
|
||||||
|
}# key: ${2:`(or (bound-and-true-p snippet-key) "trigger-key")`}${3:
|
||||||
|
# name: $4}
|
||||||
|
# --
|
||||||
|
$0
|
Loading…
Reference in a new issue