Skip to content

Commit

Permalink
docs(readme): remove redundant information
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 4, 2023
1 parent 3754ecd commit a68f3aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,19 @@ You can customize MinEmacs' behavior via some environment variables.
MinEmacs loads its features and run hooks in this order:

- `~/.emacs.d/early-init.el`
- `$MINEMACSDIR/early-config.el` (unless `$MINEMACS_IGNORE_USER_CONFIG` or `$MINEMACS_IGNORE_EARLY_CONFIG_EL`)
- `$MINEMACSDIR/early-config.el` (unless `$MINEMACS_IGNORE_EARLY_CONFIG_EL`)
- `~/.emacs.d/init.el`
- `~/.emacs.d/core/me-vars.el`
- `~/.emacs.d/core/backports/*.el` (when Emacs < 29)
- `~/.emacs.d/core/me-loaddefs.el`
- `~/.emacs.d/core/init-tweaks.el` (unless `$MINEMACS_IGNORE_USER_CONFIG` or `$MINEMACS_IGNORE_INIT_TWEAKS_EL`)
- `~/.emacs.d/core/init-tweaks.el` (unless `$MINEMACS_IGNORE_INIT_TWEAKS_EL`)
- `before-init-hook`
- `$MINEMACSDIR/modules.el` (unless `$MINEMACS_IGNORE_USER_CONFIG` or `$MINEMACS_IGNORE_MODULES_EL`)
- `$MINEMACSDIR/modules.el` (unless `$MINEMACS_IGNORE_MODULES_EL`)
- `~/.emacs.d/core/[minemacs-core-modules].el`
- `~/.emacs.d/modules/[minemacs-modules].el`
- `minemacs-after-loading-modules-hook`
- `$MINEMACSDIR/custom-vars.el`
- `$MINEMACSDIR/config.el` (unless `$MINEMACS_IGNORE_USER_CONFIG` or `$MINEMACS_IGNORE_CONFIG_EL`)
- `$MINEMACSDIR/config.el` (unless `$MINEMACS_IGNORE_CONFIG_EL`)
- `after-init-hook`
- `emacs-startup-hook`
- `minemacs-after-startup-hook`
Expand Down

0 comments on commit a68f3aa

Please sign in to comment.