From: Eric L. <Eri...@ma...> - 2017-09-12 15:11:53
|
Hi Dave, That is ‘auto-fill-mode’ which is part of Emacs. matlab-mode extends auto-fill-mode, so you can use all of auto-fill’s behaviors, such as using C-x f to set the fill column to 100 or whatever you like. Eric From: Dave Coleman [mailto:dav...@gm...] Sent: Monday, September 11, 2017 5:09 PM To: mat...@li... Subject: [Matlab-emacs-discuss] Prevent Breaking New Line Hi Matlab-Emacs users, I find it very difficult to edit .m files in emacs with the Matlab plugin because there is some hidden auto-line break functionality that splits the line when it is 66 characters or longer. This makes no sense to me. I have searched all over the emacs and matlab-emacs documentation and lisp code but cannot figure out how to disable this. I would like 100 characters or some variable amount. Thanks! - dave |