Skip to content

Commit

Permalink
docs: regenerate the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 7, 2024
1 parent 592b335 commit ee6866c
Showing 1 changed file with 9 additions and 51 deletions.
60 changes: 9 additions & 51 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,28 +566,27 @@ Add ROOTS to ignored projects, recentf, etc.
Is package PACKAGE disabled in `minemacs-disabled-packages`.
Optionally, check also for the containing MODULE.

#### `(+package-download-from-urls PKGNAME &rest ARGS)`

Download PKGNAME files from URLs in ARGS.
Pass `:redownload` to force redownloading the package files.
Returns the load path of the package, useful for usage with `use-package'`s
`:load-path`.

#### `(minemacs-run-build-functions &optional DONT-ASK-P)`

Run all build functions in `minemacs-build-functions`.
Call functions without asking when DONT-ASK-P is non-nil.

#### `(minemacs-update-packages)`
#### `(minemacs-bump-packages)`

Update MinEmacs packages.
Update MinEmacs packages to the last revisions (can cause breakages).

#### `(minemacs-update-restore-locked RESTORE-FROM-BACKUP)`
#### `(minemacs-restore-locked-packages RESTORE-FROM-BACKUP)`

Restore lockfile packages list. Takes into account the pinned ones.
When called with C-u or with RESTORE-FROM-BACKUP, it will
restore the lockfile from backups, not Git.

#### `(minemacs-upgrade PULL-MINEMACS)`

Upgrade MinEmacs and its packages to the latest pinned versions (recommended).
When PULL-MINEMACS is non-nil, run a "git pull" in MinEmacs' directory.
This calls `minemacs-update-restore-locked` asynchronously.

#### `(+minemacs-root-dir-cleanup)`

Cleanup MinEmacs' root directory.
Expand Down Expand Up @@ -1087,47 +1086,6 @@ is a pre-release.
This command stashes the current workspace before bumping the version, and
restores it after that.

#### `(+fold-from-eol &rest BODY)` (macro)

Execute BODY after moving to the end of the line.

#### `(+fold/toggle)`

Toggle the fold at point.
Targets `vimmish-fold`, `hideshow` and `outline` folds.

#### `(+fold/open)`

Open the folded region at point.
Targets `vimmish-fold`, `hideshow` and `outline` folds.

#### `(+fold/close)`

Close the folded region at point.
Targets `vimmish-fold`, `hideshow` and `outline` folds.

#### `(+fold/open-all &optional LEVEL)`

Open folds at LEVEL (or all folds if LEVEL is nil).

#### `(+fold/close-all &optional LEVEL)`

Close folds at LEVEL (or all folds if LEVEL is nil).

#### `(+fold/next COUNT)`

Jump to the next vimish fold, outline heading or folded region.

#### `(+fold/previous COUNT)`

Jump to the previous vimish fold, outline heading or folded region.

#### `(+fold-hideshow-indent-range &optional POINT)`

Return the point at the begin and end of the text block with the same (or greater) indentation.
If POINT is supplied and non-nil it will return the
begin and end of the block surrounding point.

#### `(eglot-ltex-workspace-config-fn &optional SERVER)`

A function to use as a value of `eglot-workspace-configuration`.
Expand Down

0 comments on commit ee6866c

Please sign in to comment.