Skip to content

Commit

Permalink
docs: minor fix in hooks order
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 4, 2023
1 parent a68f3aa commit f581114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ MinEmacs loads its features and run hooks in this order:
- `~/.emacs.d/early-init.el`
- `$MINEMACSDIR/early-config.el` (unless `$MINEMACS_IGNORE_EARLY_CONFIG_EL`)
- `~/.emacs.d/init.el`
- `before-init-hook`
- `~/.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_INIT_TWEAKS_EL`)
- `before-init-hook`
- `$MINEMACSDIR/modules.el` (unless `$MINEMACS_IGNORE_MODULES_EL`)
- `~/.emacs.d/core/[minemacs-core-modules].el`
- `~/.emacs.d/modules/[minemacs-modules].el`
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
;; - ~/.emacs.d/early-init.el
;; - $MINEMACSDIR/early-config.el (unless $MINEMACS_IGNORE_USER_CONFIG or $MINEMACS_IGNORE_EARLY_CONFIG_EL)
;; - ~/.emacs.d/init.el
;; + `before-init-hook'
;; + ~/.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)
;; + `before-init-hook'
;; + $MINEMACSDIR/modules.el (unless $MINEMACS_IGNORE_USER_CONFIG or $MINEMACS_IGNORE_MODULES_EL)
;; + ~/.emacs.d/core/[minemacs-core-modules].el
;; + ~/.emacs.d/modules/[minemacs-modules].el
Expand Down

0 comments on commit f581114

Please sign in to comment.