From 727cb231cc2b59bf496073cd940866a5f6750109 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 17 Aug 2022 20:55:44 -0500 Subject: [PATCH] docs(julia): add notes about +snail flag --- modules/lang/julia/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/lang/julia/README.org b/modules/lang/julia/README.org index 5f3883a54..3e4f0c960 100644 --- a/modules/lang/julia/README.org +++ b/modules/lang/julia/README.org @@ -20,6 +20,9 @@ This module adds support for [[https://julialang.org/][the Julia language]] to D - +tree-sitter :: Leverages tree-sitter for better syntax highlighting and structural text editing. Requires [[doom-module::tools tree-sitter]]. +- +snail :: Use Snail, a development environment and REPL interaction package + for Julia in the spirit of Common Lisp’s SLIME and Clojure’s CIDER. It enables + convenient and dynamic REPL-driven development. ** Packages - [[doom-package:julia-mode]] @@ -31,6 +34,8 @@ This module adds support for [[https://julialang.org/][the Julia language]] to D - if [[doom-module::tools lsp +eglot]] - [[doom-package:eglot-jl]] - [[doom-package:eglot]] +- if [[doom-package:][+snail]] + - [[doom-package:][julia-snail]] ** Hacks /No hacks documented for this module./