Jonas Bernoulli 01da6340cd Emacsg: suppress certain byte-compile warnings
Suppress warnings about `defgeneric' and `defmethod' being obsolete.
Compiling the drone `emacsql' results in many such warnings, which
distract from other potential warnings, which actually should be
addressed.  Because `emacsql' wants to stay compatible with Emacsen
before v25.1 it cannot switch to `cl-defgeneric' and `cl-defmethod'
and I don't want to see warnings about that for the next few years.

Also direct all of Emacs' stderr to stdout because `message' prints
to stderr instead of stdout).
2016-11-28 19:09:32 +01:00
2016-11-28 18:33:03 +01:00
2016-05-17 18:19:00 +02:00
2016-11-28 18:33:06 +01:00
2016-05-17 18:19:00 +02:00

Assimilate Emacs packages as Git submodules

For more information see the announcement and the manual.

About borg.el

Borg is a bare-bones package manager for Emacs packages. It provides only a few essential features and should be combined with other tools such as Magit, epkg, use-package, and auto-compile.

Borg assimilates packages into the ~/.emacs.d repository as Git submodules. An assimilated package is called a drone and a borg-based ~/.emacs.d repository is called a collective.

About this collective

This particular collective is intended to be used to bootstrap private configurations. Fork your own copy and then start assimilating as you please.

If you wish you can later merge changes from the upstream repository, to get updates for the drones that have been assimilated in the base configuration. Very rarely additional drones might be assimilated or the configuration of existing drones might be tweaked.

Or you can just update and further configure these drones as you would update the drones you have assimilated yourself.

If you do base your own configuration on this collective and make it publically available as source of inspiration for others, then please do so by forking the upstream repository, which is available from Github, Gitlab, and Bitbucket.

You might also want to adjust this description.

Other collectives

It is also possible to create collectives that can be shared between and worked on by many Emacs users, i.e. borg-based starter-kits. Check out alternative collectives by browsing the repositories owned by the emacscollective organisation/group/team, which is available on Github, Gitlab, and Bitbucket.

Another alternative is the bootstrap collective. It assimilates a single drone, borg itself, and is intended for users for whom even the emacs.g collective is to opinionated.

Description
The Emacs Collective
Readme ISC 833 KiB
Languages
Emacs Lisp 83.6%
Makefile 16.4%