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 8, 2024
1 parent bf1f0be commit e78ef9e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,22 @@ MinEmacs hooks will be run in this order:
1. `minemacs-after-startup-hook`
2. `minemacs-lazy-hook`

#### `minemacs-proxies`

MinEmacs proxies.

Example, set it to:

\='(("no" . "localhost,127.0.0.1,.local,.mylocaltld")
("ftp" . "http://myproxy.local:8080/")
("http" . "http://myproxy.local:8080/")
("https" . "http://myproxy.local:8080/")))

These will set the environment variables "no_proxy", "ftp_proxy", ...

When set in "early-config.el" or in "init-tweaks.el", MinEmacs will enable
it automatically.

#### `+env-file`

The file in which the environment variables will be saved.
Expand Down Expand Up @@ -907,6 +923,14 @@ Start systemd SERVICE. Optionally run PRE-FN and POST-FN.

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

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

Set *_proxy Linux environment variables from `minemacs-proxies`.

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

Unset *_proxy Linux environment variables.

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

A wrapper around `+minemacs--internal-map!`.
Expand Down

0 comments on commit e78ef9e

Please sign in to comment.