feat(emacs): org snippets

This commit is contained in:
js0ny 2025-05-13 21:00:31 +01:00
parent f4e142e83e
commit 9b19b8b834
5 changed files with 16 additions and 4 deletions

View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: begin_quote
# key: quote
# --
#+BEGIN_QUOTE
$1
#+END_QUOTE

View file

@ -1,8 +1,8 @@
# -*- mode: snippet -*-
# name: src
# name: begin_src
# key: src
# --
#+BEGIN_SRC $1
$2
#+END_SRC
#+END_SRC

View file

@ -3,6 +3,6 @@
# key: elisp
# --
#+BEGIN_SRC elisp
#+BEGIN_SRC emacs-lisp
$1
#+END_SRC