SNIPPET: Add org source-code-block snippet
This commit is contained in:
parent
f1eed76f1b
commit
1449ae0e5f
1 changed files with 7 additions and 0 deletions
7
snippets/org-mode/emacs-lisp-source-block
Normal file
7
snippets/org-mode/emacs-lisp-source-block
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Lisp source code block
|
||||
# key: se>
|
||||
# --
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
#+END_SRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue