You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,10 @@ Note that this config makes use of VSCode API's `type` command under the hood an
102
102
* If you are using IME, text input may sometimes fail.
103
103
* If another extension that also uses the `type` command is installed, an error occurs (See https://github.com/Microsoft/vscode/issues/13441).
104
104
105
+
### `emacs-mcx.enableDigitArgument`
106
+
Indicates whether `M-<digit>` (the `emacs-mcx.digitArgument` command) is enabled.
107
+
Set `false` when `M-<digit>` conflicts with some other necessary commands. See https://github.com/whitphx/vscode-emacs-mcx/issues/1208 for the background.
0 commit comments