1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-09-27 14:45:12 -04:00
dotfiles/.doom.d/snippets/org-mode/src_elisp
2022-05-28 19:10:46 -04:00

8 lines
153 B
Plaintext

# -*- mode: snippet -*-
# name: src_elisp
# key: <el
# expand-env: ((yas-after-exit-snippet-hook #'org-edit-special))
# --
#+BEGIN_SRC elisp
$0
#+END_SRC