Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
wigust
/
dotfiles
Observar
2
Favorito
1
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
5fc73fc919
Branches
Tags
master
dotfiles
/
private_dot_emacs.d
/
snippets
/
lisp-mode
/
thread
thread
100 B
Histórico
Raw
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: thread
# key: thread
# --
(sb-thread:make-thread
(lambda ()
$1))