Skip to content

Commit

Permalink
docs(readme): document the MINEMACS_BUILTIN_ONLY environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 17, 2025
1 parent 807debb commit 0077b51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ You can customize MinEmacs' behavior via some environment variables.
`use-package-always-demand` to `t` and `use-package-always-defer` to `nil` (by
default, MinEmacs sets `use-package` to always defer, unless explicit
`:demand` is added).
- `MINEMACS_BUILTIN_ONLY`: Load only built-in packages, no need to install any
external package, including `straight`. This can be useful when you want to
use MinEmacs on a machine with limited internet access.
- `MINEMACS_IGNORE_USER_CONFIG`: space-separated values, used to disables
loading `~/.minemacs.d/<file>.el` user configuration files. Accepted values
for `<file>` are: `early-config`, `init-tweaks`, `modules`, `config`,
Expand Down

0 comments on commit 0077b51

Please sign in to comment.