Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
wigust
/
dotfiles
Seguir
2
Destacar
1
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
5fc73fc919
Ramas
Etiquetas
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))