[PATCH] gnu.scm: add syntatic sugar macros for use-modules of packages, services, and system in the OS EDSL.

2015-01-19 Thread jgrant
These macros allow for nicer and more condensed loading of package, service, and system modules in the OS EDSL. For an example of this, please take a look of the sample-os-config.scm (above the commented-out line). I want to thank davexunit for his influence on this , this will be my first no

[PATCH v2] gnu.scm: add syntatic sugar macros for use-modules of packages, services, and system in the OS EDSL.

2015-01-19 Thread jgrant
The 'Commentary', and 'Code' stuff is saved for the very top of a module file. Just leave the actual comment (using 2 semi-colons instead of 3) Done. and make sure to keep lines under 80 characters. Use the 'fill-paragraph' function in Emacs to do it. And done. Decided to trim it to exac