From: John C <joh...@gm...> - 2025-05-06 23:35:38
|
The commit below fixes a number of issues with MATLAB code sections, one of which is adding default key bindings, C-c C-<KEY> and C-c M-<KEY>, which means code sections key bindings work on systems without the super key. The super key bindings can be added by customizing matlab-sections-use-super-key. This commit also adds a "MATLAB -> Code Sections" menu and selecting the help from that menu will let you customize matlab-sections-use-super-key https://github.com/mathworks/Emacs-MATLAB-Mode/commit/e75ebf5a88b02833d700bcf9ee4419c5888caf12 John |