FIX org-mode source block snippets

This commit is contained in:
Laurens Miers 2024-09-27 10:07:52 +02:00
parent e837ce7551
commit 8b1d672215
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# -*- mode: snippet -*-
# name: Start emacs source block
# key: se>
# name: Org source code block
# key: s>
# --
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC
${1}
#+END_SRC