Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
wigust
/
dotfiles
İzle
2
Yıldızla
1
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
5fc73fc919
Dallar
Biçim İmleri
master
dotfiles
/
private_dot_emacs.d
/
snippets
/
lisp-mode
/
thread
thread
100 B
Geçmiş
Ham
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: thread
# key: thread
# --
(sb-thread:make-thread
(lambda ()
$1))