diff --git a/README.org b/README.org index 0c6d62f..0502b8f 100644 --- a/README.org +++ b/README.org @@ -5895,8 +5895,14 @@ Links for further investigation are: Points for further investigation are: 1. Application of the [[https://docs.julialang.org/en/v1/stdlib/Pkg/][Julia Pkg documentation]] requires {{{kbd(M-x term)}}} or a terminal because the inferior Julia interpreter provides no genuine terminal. -2. [[https://github.com/emacs-ess/ESS/wiki/Julia][ESS support for the Julia language]] is a somewhat outdated description of how to - obtain [[https://julialang.org/][Julia]] support for [[https://ess.r-project.org/][Emacs Speaks Statistics]] and [[https://www.gnu.org/software/emacs/][Emacs]]. + Type {{{kbd(])}}} to enter package mode and type {{{kbd()}}} or + click ~BREAK~ on the ~SIGNALS~ menu to leave package mode. Type + {{{kbd(st)}}} in package mode to see a list of added packages. Julia does + not recognize dependencies anymore. Therefore, I have used package mode to + add ~StaticLint~ and ~SymbolServer~ to make a patched version of [[https://github.com/non-Jedi/eglot-jl][eglot-jl]] + work. +2. [[https://github.com/emacs-ess/ESS/wiki/Julia][ESS support for the Julia language]] is a somewhat outdated description of how + to obtain [[https://julialang.org/][Julia]] support for [[https://ess.r-project.org/][Emacs Speaks Statistics]] and [[https://www.gnu.org/software/emacs/][Emacs]]. 3. [[https://www.packtpub.com/product/hands-on-design-patterns-and-best-practices-with-julia/9781838648817][Hands-On: Design Patterns and Best Practices with Julia]] is a Julia book with good reviews. 4. [[https://juliabyexample.helpmanual.io/][Julia by example]] is a showcase of 1- or 2-liners.