emacs-config/snippets/org-mode/elisp_src

10 lines
195 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: elisp src
# uuid: src_elisp
# key: <el
# condition: t
# expand-env: ((yas-after-exit-snippet-hook #'org-edit-src-code))
# --
#+begin_src emacs-lisp
2020-04-14 09:12:28 +00:00
`%`$0
#+end_src