My nico/emacs.dEmacs settings https://nicolas.petton.fr/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Petton 2e1c6b2669
Migrate to borg
6 years ago
bin Update borg to v0.2.0-26-g2142794 6 years ago
hosts Migrate to borg 6 years ago
lib Migrate to borg 6 years ago
local Migrate to borg 6 years ago
.gitignore Migrate to borg 6 years ago
.gitmodules Migrate to borg 6 years ago
.mc-lists.el Migrate to borg 6 years ago
.org-id-locations Migrate to borg 6 years ago
.projectile Migrate to borg 6 years ago
Makefile Emacsg: stop suppressing certain byte-compile warnings 6 years ago
README Migrate to borg 6 years ago
README.md Assimilate borg v0.1.0 7 years ago
abbrev_defs Migrate to borg 6 years ago
bookmarks Migrate to borg 6 years ago
custom.el Migrate to borg 6 years ago
indium-workspaces.el Migrate to borg 6 years ago
init.el Migrate to borg 6 years ago
places Migrate to borg 6 years ago
projectile-bookmarks.eld Migrate to borg 6 years ago
projectile.cache Migrate to borg 6 years ago

README.md

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.