4fe4e3d9a2
git-subtree-dir: users/glittershark/emacs.d git-subtree-mainline:2edb963b97
git-subtree-split:69ee53bffa
12 lines
No EOL
286 B
Text
12 lines
No EOL
286 B
Text
# -*- mode: snippet -*-
|
|
# name: fetchFromGitHub
|
|
# uuid:
|
|
# key: fetchFromGitHub
|
|
# condition: t
|
|
# --
|
|
fetchFromGitHub {
|
|
owner = "$1";
|
|
repo = "$2";
|
|
rev = "$3";
|
|
sha256 = "0000000000000000000000000000000000000000000000000000";
|
|
} |