Skip to content

Commit

Permalink
docs: regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 26, 2024
1 parent 06a604b commit 67de673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Load and hooks order:
* `$MINEMACSDIR/init-tweaks.el` (unless disabled)
* `$MINEMACSDIR/local/init-tweaks.el` (unless disabled)
* `$MINEMACSDIR/local/modules.el` (unless disabled)
* `~/.emacs.d/core/me-bootstrap.el`
* `~/.emacs.d/core/me-builtin.el`
* `~/.emacs.d/modules/<MODULE>.el` (for <MODULE> in `minemacs-modules`)
* `~/.emacs.d/core/me-bootstrap.el` (unless `MINEMACS_BUILTIN_ONLY`)
* `~/.emacs.d/modules/<MODULE>.el` (for <MODULE> in `minemacs-modules`, unless `MINEMACS_BUILTIN_ONLY)
* `minemacs-after-loading-modules-hook`
* `$MINEMACSDIR/config.el` (unless disabled)
* `$MINEMACSDIR/local/config.el` (unless disabled)
Expand Down Expand Up @@ -872,6 +872,10 @@ the children of class at point.

Request documentation for the thing at point.

#### `(+shellcheck-describe-error &rest CODES)`

Describe a ShellCheck message CODES.

#### `(+server-restart)`

Restart the Emacs server.
Expand Down
1 change: 1 addition & 0 deletions docs/PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@
## `on-demand/me-yaml`
* `yaml-mode`: Major mode for editing YAML files
* `yaml-pro`: Parser-aided YAML editing features
* `ansible`: Ansible minor mode

## `on-demand/me-yang`
* `yang-mode`: Major mode for editing YANG files
Expand Down

0 comments on commit 67de673

Please sign in to comment.