doomemacs/profiles
Henrik Lissner 8f96850543
nit: add dummy safe-mode profile
To reserve the name, and to signal to posterity how future (static)
profiles will look. Someday, this profile will play "failsafe" if Doom
fails to load the requested one.
2022-07-27 13:33:43 +02:00
..
safe-mode@static nit: add dummy safe-mode profile 2022-07-27 13:33:43 +02:00
README.org docs: add profiles/README.org 2022-07-27 13:30:24 +02:00

Doom's profile directory

This directory houses Doom's profiles (both generated or static), which in turn will contain all "local" data for that profile, including packages, caches, server files, and so on. It's also where generated files (like autoloads) are written to.

This directory may serve as an alternative to $EMACSDIR/profiles.el for declaring profiles: each directory here is an implicit profile, so assuming $EMACSDIR/profiles/foo/init.el exists, then emacs --profile foo will be equivalent to emacs --init-directory $EMACSDIR/profiles/foo.

> ⚠️ Generated (or included) profiles will follow the X@Y naming > convention. To avoid conflicts, avoid naming any profile you put in here the > same way. For example: default@latest, test@942, safe-mode@static,.