FIX org-mode source block snippets
This commit is contained in:
parent
e837ce7551
commit
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