feat(emacs): Snippets loading and writing setup

This commit is contained in:
js0ny 2025-04-20 00:05:36 +01:00
parent d0f1044013
commit 31fde92975
9 changed files with 61 additions and 12 deletions

View file

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: elisp
# key: elisp
# --
#+BEGIN_SRC elisp
$1
#+END_SRC