Simpify snippets
This commit is contained in:
parent
b2c948fa15
commit
2ef64e9ebc
|
@ -3,5 +3,5 @@
|
|||
# name: elisp src
|
||||
# --
|
||||
#+begin_src emacs-lisp $1
|
||||
`%`$0
|
||||
$0
|
||||
#+end_src
|
|
@ -5,7 +5,7 @@
|
|||
# --
|
||||
# -*- mode: snippet -*-
|
||||
${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}
|
||||
# --
|
||||
$0
|
Loading…
Reference in a new issue