Skip to content

Commit

Permalink
docs(documentation): regenerate the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 15, 2024
1 parent 93c0299 commit 76cc8b6
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,14 +931,30 @@ Start systemd SERVICE. Optionally run PRE-FN and POST-FN.

Stops the systemd SERVICE. Optionally run PRE-FN and POST-FN.

#### `(minemacs-enable-proxy)`
#### `(minemacs-get-enabled-proxies)`

Set *_proxy Linux environment variables from `minemacs-proxies`.
Get a list of enabled proxies.

#### `(minemacs-set-enabled-proxies PROXIES)`

Set PROXIES.

#### `(minemacs-enable-proxy PROXIES)`

Set *_proxy Linux environment variables from PROXIES.

#### `(minemacs-disable-proxy)`

Unset *_proxy Linux environment variables.

#### `(+with-proxies &rest BODY)` (macro)

Execute BODY with proxies enabled from `minemacs-proxies`.

#### `(+with-no-proxies &rest BODY)` (macro)

Execute BODY with proxies disabled.

#### `(+map! &rest ARGS)` (macro)

A wrapper around `+minemacs--internal-map!`.
Expand Down Expand Up @@ -1242,6 +1258,14 @@ Automatically convert KEYWORDS to lower case on save.

Enable all Org-mode extra tweaks.

#### `(+realgud:start &optional PATH)`

Start the RealGUD debugger suitable for the current mode.

#### `(+realgud:toggle-breakpoint &optional BANG)`

Toggle break point.

#### `(+realgud:cmd-run ARG)`

Run.
Expand Down

0 comments on commit 76cc8b6

Please sign in to comment.