emacs: try adding matlab support, setup for laptop
This commit is contained in:
parent
7355310b53
commit
abce1aa5ed
@ -233,6 +233,13 @@
|
|||||||
(insert new-buffer-contents)
|
(insert new-buffer-contents)
|
||||||
(evil-indent (buffer-end -1) (buffer-end +1)))
|
(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
|
#+end_src
|
||||||
** Python
|
** Python
|
||||||
#+begin_src emacs-lisp :tangle yes
|
#+begin_src emacs-lisp :tangle yes
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
syntax ; tasing you for every semicolon you forget
|
||||||
(spell +flyspell +everywhere) ; tasing you for misspelling mispelling
|
(spell +flyspell +everywhere) ; tasing you for misspelling mispelling
|
||||||
;;grammar ; tasing grammar mistake every you make
|
grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
;(package! another-package
|
;(package! another-package
|
||||||
; :recipe (:host github :repo "username/repo"))
|
; :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
|
;; 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
|
;; file, or is located in a subdirectory of the repo, you'll need to specify
|
||||||
;; `:files' in the `:recipe':
|
;; `:files' in the `:recipe':
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
export PATH=/home/julian/.emacs.d/bin:$PATH
|
export PATH=/home/julian/.emacs.d/bin:$PATH
|
||||||
export PATH=/home/julian/.cargo/bin:$PATH
|
export PATH=/home/julian/.cargo/bin:$PATH
|
||||||
export PATH=/home/julian/perl5/bin:$PATH
|
export PATH=/home/julian/perl5/bin:$PATH
|
||||||
|
[ -f "/home/julian/.ghcup/env" ] && source "/home/julian/.ghcup/env" # ghcup-env
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
@ -108,3 +109,4 @@ follow_du () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user