SNIPPETS: Fix org mode lisp source block snippet + add general source block
This commit is contained in:
parent
752734c381
commit
31da5498b6
2 changed files with 8 additions and 1 deletions
7
snippets/org-mode/source_block_emacs
Normal file
7
snippets/org-mode/source_block_emacs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Start emacs source block
|
||||
# key: se>
|
||||
# --
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
#+END_SRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue