Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
azra
/
emacs.d
kopia lustrzana
https://gitlab.com/azrazalea/emacs.d.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Problemy
0
Commity
48
Wydania
0
Wiki
My personal .emacs.d folder
Drzewo:
ea87f95621
Gałęzie
Tagi
master
emacs.d
/
snippets
/
go-mode
/
for
for
63B
Historia
Czysty
1
2
3
4
5
#name : for (...; ...; ...) { ... }
# --
for $1; $2; $3 {
$0
}