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