iankelling.org
/
git
/
dot-emacs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor gitignore
[dot-emacs]
/
snippets
/
emacs-lisp-mode
/
defun
1
# -*- mode: snippet -*-
2
# name: defun
3
# key: d
4
# --
5
(defun $1 ()
6
""
7
$0
8
)# contributor: Ian Kelling