Best way (and examples) to make a tidy config with multiple files?

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dotemacs

    emacs configuration for vim users (by bling)

  • I've seen this config repo which is really cool and easy to read and basically works this way: the init files does some preliminary stuff, then loads all the files in the /core and /config directory. I've seen that if i compile the byte code of the scripts in /config by themselves, there are some warnings of variables and functions not defined. The included files do not have explicit dependencies because everything is automatically included by the init file.

  • emacs.d

    An Emacs configuration bundle with batteries included

  • Have a look at Purcell’s (extremely popular) config: https://github.com/purcell/emacs.d

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • crafted-emacs

    A sensible base Emacs configuration.

  • The System Crafters Rational Emacs distro takes the same approach too: https://github.com/SystemCrafters/rational-emacs/tree/master/modules

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts