emacs: try adding matlab support, setup for laptop

This commit is contained in:
2022-10-25 15:30:07 +02:00
parent 7355310b53
commit abce1aa5ed
4 changed files with 13 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
;(package! another-package
; :recipe (:host github :repo "username/repo"))
(package! matlab
:recipe (:repo "https://git.code.sf.net/p/matlab-emacs/src" ))
;; If the package you are trying to install does not contain a PACKAGENAME.el
;; file, or is located in a subdirectory of the repo, you'll need to specify
;; `:files' in the `:recipe':