matlab-shell.el:

Turn off netshell integration by default until it is more stable.
This commit is contained in:
Eric Ludlam 2019-11-23 17:34:25 -05:00
parent 9749479662
commit 76a5415dee

View file

@ -82,7 +82,7 @@ This file is read to initialize the comint input ring."
:group 'matlab
:type 'filename)
(defcustom matlab-shell-autostart-netshell t
(defcustom matlab-shell-autostart-netshell nil
"Use the netshell side-channel for communicating with MATLAB."
:group 'matlab
:type 'boolean)