modular-config

Homepage: https://github.com/SidharthArya/modular-config.el

Author: Sidharth Arya

Updated:

Summary

Organize your config into small and loadable modules

Commentary

modular-config.el package allows you to create custom configurations from
.el files contained in a specific folder.  These .el files can be loaded if
needed using `modular-config-load-modules` function.  Or it can be loaded
from the cli as `emacs --modules "space separated list of modules".  You can
also specify module configurations

Dependencies