This website requires JavaScript.
Explore
Help
Sign In
tudattr
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
6cf4b23ee2
dotfiles
/
.emacs.d
/
snippets
/
lisp-mode
/
for
8 lines
110 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: do
# key: for
# --
(dotimes (${1:var} ${2:count-form})
${3:body})
$0
Reference in New Issue
View Git Blame
Copy Permalink