mathworks / Emacs-MATLAB-Mode

Edit, lint, debug, and run MATLAB in Emacs
GNU General Public License v3.0
9 stars 1 forks source link

Cleanup "cellbreak" faces and rename to section-break #9

Closed JohnC32 closed 1 month ago

JohnC32 commented 1 month ago

There are two similar faces - matlab-cellbreak-face and matlab-sections-cellbreak-face that apply to "%% code sections" starts. Can we reduce these to one? It looks like matlab-cellbreak-face isn't used?

Also, this should be renamed to matlab-sections-break-face.

Nidish96 commented 1 month ago

I've done the cleanup and added a PR ( #12 ). I've used the terminology matlab-sections-section-break-face since this makes it clear that this comes from the matlab-sections minor-mode.