Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
- # -*- mode: snippet -*-
- # contributor: Jonas Kalderstam <jonas@kalderstam.se>
- # name: where ... end where ...
- # key: where
- # --
-
- where (${1:condition})
- $0
- end where
|