dotfiles/el.yasnippet

9 lines
145 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: el (emacs-lisp)
# key: el
# condition: (= (current-column) 2)
# --
#+NAME: $1
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC