index
:
emacs-config
master
Simeon's emacs config repo
Simeon Simeonov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.emacs.d
/
snippets
/
c-mode
/
printf
blob: a92b122a85e56ccb8c29fd4af04cab8514475ecd (
plain
)
1
2
3
4
5
# -*- mode: snippet -*- # name: printf # key: pf # -- printf("${1:format string}"$2);