branch: externals/matlab-mode
commit d093ccb343c66179c625ea296048e1cf36b6b4b9
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-ts-mode: remove completed t-utils to do item
---
matlab-ts-mode.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index ca15d96fc2..e9c9e7a04f 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -2861,10 +2861,6 @@ is t, add the following to an Init File (e.g.
`user-init-file' or
;; Activate MATLAB script ";; heading" matlab-sections-minor-mode if needed
(matlab-sections-auto-enable-on-mfile-type-fcn
(matlab-ts-mode--mfile-type))
- ;; TODO t-utils
- ;; For print output, have (t-utils-print-code OBJECT) that will place
the standard output
- ;; in a #+begin_src MAJOR-MODE code block.
- ;;
;; TODO font-lock when errors
;; can we add light error indicator somewhere, e.g. put an underline
marker on the error
;; region?