Add new snippets

This commit is contained in:
Kiana Sheibani 2024-03-07 01:45:44 -05:00
parent 47a8824dbb
commit 1dedd8c273
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
3 changed files with 18 additions and 1 deletions

7
snippets/org-mode/<el Normal file
View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# key: <el
# name: elisp src
# --
#+begin_src emacs-lisp $1
`%`$0
#+end_src

View file

@ -1,6 +1,5 @@
# -*- mode: snippet -*-
# name: latex-begin
# uuid: latex-begin
# key: begin
# --
\begin{${1:equation*}}

11
snippets/snippet-mode/__ Normal file
View 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