Org: Start using nico's ob-julia

This is deliberately unpinned as it's currently undergoing rapid
development, and I want the latest version.
This commit is contained in:
TEC 2021-04-25 18:16:18 +08:00
parent 88f736e010
commit 9a3262c83a
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 5 additions and 0 deletions

View File

@ -1702,6 +1702,11 @@ Now and then citations need to happen
(package! org-ref :pin "3ca9beb744621f007d932deb8a4197467012c23a")
#+end_src
=ob-julia= is currently a bit borked, but there's an effort to improve this.
#+begin_src emacs-lisp
(package! ob-julia :recipe (:host github :repo "nico202/ob-julia" :files ("*.el" "julia")))
#+end_src
Came across this and ... it's cool
#+begin_src emacs-lisp
(package! org-graph-view :recipe (:host github :repo "alphapapa/org-graph-view") :pin "13314338d70d2c19511efccc491bed3ca0758170")