Klimi's new dotfiles with stow.
 
 
 
 
 
 

9 řádky
73 B

# -*- mode: snippet -*-
# name: if …
# key: if
# --
if ($1)
{
$2
}
$0