Initial commit
This commit is contained in:
7
snippets/org-mode/source block
Normal file
7
snippets/org-mode/source block
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: source block
|
||||
# key: <source
|
||||
# --
|
||||
#+begin_src ${1:$$(yas-auto-next (yas-completing-read "Language: " (mapcar 'car org-babel-load-languages))) }
|
||||
$0
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user