mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-15 01:06:18 -05:00
8 lines
153 B
Plaintext
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
|