Compare commits

..

No commits in common. "62148f96ca7adff1e7ffcad9d1c81578e47faf83" and "e837ce7551da3ad61f91acf49a0d5c0b2ad9720e" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: Start emacs source block
# key: se
# name: Lisp source code block
# key: s>
# --
#+BEGIN_SRC emacs-lisp

View file

@ -1,8 +1,8 @@
# -*- mode: snippet -*-
# name: Org source code block
# key: s
# name: Start emacs source block
# key: se>
# --
#+BEGIN_SRC
#+BEGIN_SRC emacs-lisp
${1}
#+END_SRC