Simpify snippets

This commit is contained in:
Kiana Sheibani 2024-04-01 23:31:38 -04:00
parent b2c948fa15
commit 2ef64e9ebc
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@
# name: elisp src # name: elisp src
# -- # --
#+begin_src emacs-lisp $1 #+begin_src emacs-lisp $1
`%`$0 $0
#+end_src #+end_src

View file

@ -5,7 +5,7 @@
# -- # --
# -*- mode: snippet -*- # -*- mode: snippet -*-
${1:# contributor: `user-full-name` ${1:# contributor: `user-full-name`
}# key: ${2:`(or (bound-and-true-p snippet-key) "trigger-key")`}${3: }# key: ${2:`(file-name-base)`}${3:
# name: $4} # name: $4}
# -- # --
$0 $0