From a68f3aa816a1b7ed9158af3fb1acb56709e49c32 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Sat, 4 Nov 2023 18:18:57 +0100 Subject: [PATCH] docs(readme): remove redundant information --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af0715a8..eb72a58a 100644 --- a/README.md +++ b/README.md @@ -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`