Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 11, 2024
1 parent 32c3112 commit 7566239
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ Set `false` when `M-<digit>` conflicts with some other necessary commands. See h

When true, line-move moves point by visual lines (same as an Emacs variable line-move-visual).

### `emacs-mcx.paredit.parentheses`

Key-value pairs of parentheses like the following example to be used in the ParEdit commands.

```json
{
"[": "]",
"(": ")",
"{": "}"
}
```

### `emacs-mcx.debug.*`

Configurations for debugging.
Expand Down

0 comments on commit 7566239

Please sign in to comment.