Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

4 satır
127 B

4 yıl önce
  1. # -*- mode: snippet -*-
  2. # name: compile
  3. # key: compile
  4. # --
  5. // -*- compile-command: "${1:gcc -Wall -o ${2:dest} ${3:file}}" -*-