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 -*-
|
||||
# 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