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 -*-
|
||||
# name: Lisp source code block
|
||||
# key: s>
|
||||
# name: Start emacs source block
|
||||
# key: se
|
||||
# --
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Start emacs source block
|
||||
# key: se>
|
||||
# name: Org source code block
|
||||
# key: s
|
||||
# --
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
#+BEGIN_SRC
|
||||
${1}
|
||||
#+END_SRC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue