matlab-shell.el:

(matlab-shell-error-face): Give this face a customization group.
This commit is contained in:
Eric Ludlam 2019-12-07 19:33:07 -05:00
parent d4dc0cce54
commit 34b192db4c

View file

@ -76,7 +76,8 @@ Command switches are a list of strings. Each entry is one switch."
(list :background nil
:foreground "red1"
:bold t)))
"*Face to use when errors occur in MATLAB shell.")
"*Face to use when errors occur in MATLAB shell."
:group 'matlab-shell)
(defvar matlab-custom-startup-command nil
"Custom matlab command to be run at startup")