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 Jan 11, 2024
1 parent 874a87b commit 649d3d5
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,10 @@ Revert scratch buffer to last persistent state.
Deletes a scratch buffer file in `+scratch-dir`.
If prefix ARG, delete all persistent scratches.

#### `(+scratch-replace-with-persistent-scratch &optional ARG PROJECT-P)`

Replace the *scratch* buffer with a .

#### `(+font-installed-p FONT-FAMILY)`

Check if FONT-FAMILY is installed on the system.
Expand Down Expand Up @@ -1097,13 +1101,10 @@ If HERRING is set, it will be used to determine the face instead of STR.
Will try to make unique when non-nil UNIQUE,
a quoted symbol for a alist of current strings and faces provided.

#### `(+org-extras-renumber-env ORIG-FUNC &rest ARGS)`

A function to inject numbers in LaTeX fragment previews.

#### `(+org-extras-toggle-latex-equation-numbering &optional ENABLE)`

Toggle whether LaTeX fragments are numbered.
Force enabling when ENABLE is non-nil.

#### `(+org-extras-inject-latex-fragment ORIG-FUNC &rest ARGS)`

Expand All @@ -1125,6 +1126,38 @@ Example: "#+TITLE" -> "#+title"
"#+BEGIN_EXAMPLE" -> "#+begin_example"
":PROPERTIES:" -> ":properties:".

#### `(+org-extras-responsive-images-setup)`

Enable responsive images' size.

#### `(+org-extras-equation-numbering-setup)`

Enable LaTeX equations renumbering.

#### `(+org-extras-multifiles-document-setup)`

Enable multi-files documents.

#### `(+org-extras-latex-classes-setup)`

Setup some extra LaTeX classes.

#### `(+org-extras-outline-path-setup)`

Fix the font size issue in Org's outline in the echo area.

#### `(+org-extras-pretty-latex-fragments-setup)`

Enable prettifing Org's LaTeX fragments.

#### `(+org-extras-lower-case-keywords-and-properties-setup)`

Automatically convert KEYWORDS to lower case on save.

#### `(+org-extras-setup)`

Enable all Org-mode extra tweaks.

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

Run.
Expand Down

0 comments on commit 649d3d5

Please sign in to comment.