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 -*- # -*- mode: snippet -*-
# name: Start emacs source block # name: Lisp source code block
# key: se # key: s>
# -- # --
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View file

@ -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