diff --git a/config.org b/config.org index b428728..86fc411 100644 --- a/config.org +++ b/config.org @@ -11156,6 +11156,23 @@ Julia server. The pseudo-fix is rather simple at least (setq-local lsp-enable-folding t lsp-folding-range-limit 100))) #+end_src + +Julia is also missing a mime type, but that's not too hard to fix. + +#+begin_src xml :tangle ~/.local/share/mime/packages/julia.xml :mkdirp yes :comments no + + + Julia source code + + + + +#+end_src + +#+begin_src shell :tangle (if (string= (shell-command-to-string "xdg-mime query default text/julia") "") "setup.sh" "no") +update-mime-database ~/.local/share/mime +#+end_src + ** Graphviz Graphviz is a nice method of visualising simple graphs, based on plaintext