SNIPPET: Add org source-code-block snippet

This commit is contained in:
Laurens Miers 2024-09-20 18:37:12 +02:00
parent f1eed76f1b
commit 1449ae0e5f

View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: Lisp source code block
# key: se>
# --
#+BEGIN_SRC emacs-lisp
#+END_SRC