Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sixty-beers-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"emacs-mcx": patch
---

Fix the scope of the emacs-mcx.subwordMode config field to make it language-overridable
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
"emacs-mcx.subwordMode": {
"type": "boolean",
"description": "Make word-oriented move and edit commands recognize subwords.",
"default": false
"default": false,
"scope": "language-overridable"
},
"emacs-mcx.debug.silent": {
"type": "boolean",
Expand Down
Loading