.emacs.d/snippets/org-mode/codeblock
This commit is contained in:
parent
52cc4fcaa5
commit
898bf6dfb3
1 changed files with 7 additions and 0 deletions
7
.emacs.d/snippets/org-mode/codeblock
Normal file
7
.emacs.d/snippets/org-mode/codeblock
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: codeblock
|
||||||
|
# key: code
|
||||||
|
# --
|
||||||
|
#+begin_src $1
|
||||||
|
$0
|
||||||
|
#+end_src
|
Loading…
Reference in a new issue