.gitignore (175B)
1 # ignore everything 2 * 3 4 # git stuff 5 !.gitignore 6 !LICENCE 7 !README.org 8 9 # emacs init 10 !init.el 11 12 # yasnippets 13 !snippets 14 !snippets/* 15 !snippets/*/* 16 17 # static assets 18 !static 19 !static/*
My emacs configuration, done in a literate programming fashion using org-mode
git clone git://git.shimmy1996.com/emacs.d.git
1 # ignore everything 2 * 3 4 # git stuff 5 !.gitignore 6 !LICENCE 7 !README.org 8 9 # emacs init 10 !init.el 11 12 # yasnippets 13 !snippets 14 !snippets/* 15 !snippets/*/* 16 17 # static assets 18 !static 19 !static/*