Initial commit
This commit is contained in:
commit
d88fb3194f
27 changed files with 2752 additions and 0 deletions
8
snippets/org-mode/source-block
Normal file
8
snippets/org-mode/source-block
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: source-block
|
||||
# key: src
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
#+BEGIN_SRC ${1:elisp}
|
||||
$2
|
||||
#+END_SRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue