Klimi's new dotfiles with stow.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

4 rader
127 B

4 år sedan
  1. # -*- mode: snippet -*-
  2. # name: compile
  3. # key: compile
  4. # --
  5. // -*- compile-command: "${1:gcc -Wall -o ${2:dest} ${3:file}}" -*-