From 756623923d248c218d98c790f29fb3401d1444b0 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Thu, 11 Jan 2024 14:54:36 +0900 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1bb7c8518c..ace2c4840b 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,18 @@ Set `false` when `M-` 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.