SNIPPETS: Fix org mode lisp source block snippet + add general source block

This commit is contained in:
Laurens Miers 2024-09-22 11:16:05 +02:00
parent 752734c381
commit 31da5498b6
2 changed files with 8 additions and 1 deletions

View file

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