dotfiles-archive

my old wayland dotfiles kept for archiving if i ever go back to wayland
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

struct (76B)


      1 # -*- mode: snippet -*-
      2 # name: struct
      3 # key: st
      4 # --
      5 typedef struct {
      6 } $0;