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 Feb 9, 2025
1 parent bdc9eed commit 975d810
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
19 changes: 16 additions & 3 deletions docs/functions-and-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,15 @@ Setup fonts.

Subtle look for the mode-line.

#### `(+color-subtle BASE-COLOR PERCENTAGE &optional FACE-ATTR)`

Make a more subtle color based on BASE-COLOR and PERCENTAGE.
We mean by subtle here, a darker color in dark themes and a lighter
color in light themes.
BASE-COLOR can be a color (string) or a face.
When it is a face, the FACE-ATTR needs to be provided, otherwise, the
:background attribute will be used.

#### `(minemacs-try-load-extra-mode)`

Load extra mode if available.
Expand Down Expand Up @@ -800,6 +809,10 @@ If ENABLE is non-nil, force enabling autoreloading.

Open or create the dir-locals.el for the current project.

#### `(+ansi-color-apply-on-buffer)`

Decode and apply ANSI color chars in the curernt buffer.

#### `(+what-faces POS)`

Get the font faces at POS.
Expand Down Expand Up @@ -882,11 +895,11 @@ Get an explanation of the shell COMMAND from explainshell.com.

#### `(+fetch-json-from-url URL)`

Fetch JSON data from a specified URL.
Get an Emacs JSON object from a specified URL.

#### `(+json-schema-for-file FILENAME)`
#### `(+json-schemas-for-file FILENAME)`

Get a JSON Schema that matches FILENAME.
Get a list of JSON Schemas that apply to FILENAME.

#### `(+json-schemas-catalog &optional REFRESH)`

Expand Down
3 changes: 1 addition & 2 deletions docs/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@

## `me-experimental`
* `eglot-inactive-regions`: Highlight inactive code regions with eglot power (mainly C/C++ preprocessor directives)
* `p-search`: Emacs search engine which combines concepts from information retrievial and Bayesian search theory
* `igist`: Work seamlessly with GitHub gists from Emacs

## `me-extra`
Expand Down Expand Up @@ -150,6 +149,7 @@
* `isearch+`: Extensions to `isearch`
* `phi-search`: Another incremental search command, compatible with `multiple-cursors`
* `rg`: Emacs search tool based on "ripgrep"
* `p-search`: Emacs search engine which combines concepts from information retrievial and Bayesian search theory
* `affe`: Asynchronous fuzzy finder for Emacs
* `fzf`: An Emacs front-end for "fzf"

Expand Down Expand Up @@ -278,7 +278,6 @@
* `magit`: It's Magit! A Git Porcelain inside Emacs.
* `git-commit`: Edit Git commit messages - part of `magit`
* `magit-todos`: Show source files' TODOs (and FIXMEs, etc) in Magit status buffer
* `magit-file-icons`: File icons for Magit based on `nerd-icons`
* `magit-imerge`: Magit extension for "git-imerge"
* `multi-magit`: A set of extensions for `magit` to handle multiple repositories simultaneously
* `closql`: Store EIEIO objects using EmacSQL
Expand Down

0 comments on commit 975d810

Please sign in to comment.