Riyyi
4 years ago
16 changed files with 21 additions and 16 deletions
@ -1,7 +1,7 @@ |
|||||||
# -*- mode: snippet -*- |
# -*- mode: snippet -*- |
||||||
# name: elisp |
# name: elisp-copy |
||||||
# key: <el |
# key: <el |
||||||
# -- |
# -- |
||||||
#+BEGIN_SRC emacs-lisp |
#+BEGIN_SRC emacs-lisp |
||||||
$0 |
$0 |
||||||
#+END_SRC |
#+END_SRC |
@ -0,0 +1,5 @@ |
|||||||
|
# -*- mode: snippet -*- |
||||||
|
# name: html |
||||||
|
# key: <html |
||||||
|
# -- |
||||||
|
@@html:<${1:tag}>@@$0 |
Loading…
Reference in new issue