Start using Julia

This commit is contained in:
TEC 2021-03-12 17:30:25 +08:00
parent 7985f6e40b
commit 55c2e0de0d
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 10 additions and 1 deletions

View File

@ -640,7 +640,7 @@ ess ; emacs speaks statistics
json ; At least it ain't XML
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
(julia +lsp) ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)
(latex ; writing papers in Emacs has never been so fun
+latexmk ; what else would you use?
@ -8108,6 +8108,15 @@ priority of =mypyls=
:assign "<-"
:multiply "%*%"))
#+end_src
** Julia
As mentioned in [[https://github.com/non-Jedi/lsp-julia/issues/35][lsp-julia#35]], =lsp-mode= seems to serve an invalid response to the
Julia server. The pseudo-fix is rather simple at least
#+begin_src emacs-lisp
(after! julia-mode
(add-hook! 'julia-mode-hook
(setq-local lsp-enable-folding t
lsp-folding-range-limit 100)))
#+end_src
** Graphviz
#+begin_src emacs-lisp
(use-package! graphviz-dot-mode