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

@ -233,6 +233,13 @@
(insert new-buffer-contents)
(evil-indent (buffer-end -1) (buffer-end +1)))
)
;; (autoload 'matlab-mode "matlab" "Matlab Editing Mode" t)
;; (add-to-list
;; 'auto-mode-alist
;; '("\\.m$" . matlab-mode))
;; (setq matlab-indent-function t)
;; (setq matlab-shell-command "matlab")
#+end_src
** Python
#+begin_src emacs-lisp :tangle yes