branch: main
commit 8cc6433c203bdd787c42ce1c1396157800e01e71
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
elpa-packages (matlab-mode): Use the normal main file
---
elpa-packages | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index b06fa218ca..57016bce63 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -305,9 +305,9 @@
:ignored-files ("COPYING"))
;; FIXME: Work in progress. The copyright paperwork is ready.
;;(elsa :url "https://github.com/emacs-elsa/Elsa")
- ;;(emacspeak :url "https://github.com/tvraman/emacspeak"
- ;; :doc "info/emacspeak.texi"
- ;; :lisp-dir "lisp")
+ ;; (emacspeak :url "https://github.com/tvraman/emacspeak"
+ ;; :doc "info/emacspeak.texi"
+ ;; :lisp-dir "lisp")
(embark :url "https://github.com/oantolin/embark"
:doc "embark.texi"
:ignored-files ("embark-consult.el" "avy-embark-collect.el"))
@@ -511,7 +511,7 @@
(mathjax :url "https://github.com/astoff/mathjax.el"
:make "elpa")
(matlab-mode :url
"https://github.com/mathworks/Emacs-MATLAB-Mode.git"
- :main-file "matlab.el")
+ ) ;; :main-file "matlab.el"
(mct :url "https://gitlab.com/protesilaos/mct"
:doc "README.org")
(memory-usage :url nil)