Add 'users/glittershark/emacs.d/' from commit '69ee53bffa'

git-subtree-dir: users/glittershark/emacs.d
git-subtree-mainline: 2edb963b97
git-subtree-split: 69ee53bffa
This commit is contained in:
Vincent Ambo 2020-06-16 01:06:03 +01:00
commit 4fe4e3d9a2
74 changed files with 5656 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# -*- mode: snippet -*-
# name: fetchFromGitHub
# uuid:
# key: fetchFromGitHub
# condition: t
# --
fetchFromGitHub {
owner = "$1";
repo = "$2";
rev = "$3";
sha256 = "0000000000000000000000000000000000000000000000000000";
}