Klimi's new dotfiles with stow.
 
 
 
 
 
 

5 lines
84 B

# -*- mode: snippet -*-
# name: extern crate
# key: ec
# --
extern crate ${1:name};