Compare commits
2 commits
e837ce7551
...
62148f96ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 62148f96ca | |||
| 8b1d672215 |
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- mode: snippet -*-
|
# -*- mode: snippet -*-
|
||||||
# name: Lisp source code block
|
# name: Start emacs source block
|
||||||
# key: s>
|
# key: se
|
||||||
# --
|
# --
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# -*- mode: snippet -*-
|
# -*- mode: snippet -*-
|
||||||
# name: Start emacs source block
|
# name: Org source code block
|
||||||
# key: se>
|
# key: s
|
||||||
# --
|
# --
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC
|
||||||
${1}
|
${1}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue