Guest User

Untitled

a guest
Feb 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # -*- mode: snippet -*-
  2. # name: code
  3. # key: c
  4. # expand-env: ((yas-indent-line nil))
  5. # --
  6. #+begin_${1:$(yas-choose-value '("sh" "python"))} ${2:options}
  7. $0
  8. #+end_$1
  9.  
  10. #+begin_sh options
  11.  
  12. #+end_
Add Comment
Please, Sign In to add comment