Klimi's new dotfiles with stow.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

9 righe
171 B

# -*- mode: snippet -*-
# name: Header 1 (=)
# contributor: Peng Deng <dengpeng@gmail.com>
# key: h1
# --
${1:Header 1}
${1:$(make-string (string-width yas-text) ?\=)}
$0