index
:
emacs.d.git
this commit
main
my emacs configuration
Franck Cuny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emacs
/
etc
/
snippets
/
emacs-lisp-mode
/
defun
blob: 1c1282b7b2a3b8b99ef33321207e4e6e8bdd2020 (
plain
) (
blame
)
1
2
3
4
5
6
# -*- mode: snippet -*- # name: function # key: d # -- (defun $1 ($2) $0)