This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.emacs.d/templates
Collin J. Doering 45a536ed64 Added a new template for general scheme (kawa comes to mind); you'll see this
in both .emacs and .emacs.d/templates/scheme-template.scm
Also since the rkd-conf project now expects your config to diverge projects
are now handeled per host with the possibility to still pull from the generic
(although this is not clean); still looking into a way to diff between diverged git projects
One way is to simply keep an updated copy of the rkd-conf generic so you can diff your
diverged config against it like so:
   diff ~/path/to/you/conf/dir/target_diff_file path/to/rkd-conf/generic/target_diff_file
..you could make this a little nicer by writting a little script that does:
   cdiff <file> => diff ~/path/to/you/conf/dir/<file> path/to/rkd-conf/generic/<file>
where cdiff is the name of the script in this case. Sorry for the long commit message.
2015-01-14 05:12:42 -05:00
..
c-template.c Added a new template for general scheme (kawa comes to mind); you'll see this 2015-01-14 05:12:42 -05:00
haskell-template.hs Added a new template for general scheme (kawa comes to mind); you'll see this 2015-01-14 05:12:42 -05:00
python-template.py Added a new template for general scheme (kawa comes to mind); you'll see this 2015-01-14 05:12:42 -05:00
racket-template.rkt Added a new template for general scheme (kawa comes to mind); you'll see this 2015-01-14 05:12:42 -05:00
scheme-template.scm Added a new template for general scheme (kawa comes to mind); you'll see this 2015-01-14 05:12:42 -05:00
shell-template.sh Added a new template for general scheme (kawa comes to mind); you'll see this 2015-01-14 05:12:42 -05:00