emacs: try adding matlab support, setup for laptop
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user