[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/julia-mode 3ca7155137 1/2: Dust off the README. Fixes #216
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/julia-mode 3ca7155137 1/2: Dust off the README. Fixes #216. |
Date: |
Mon, 28 Apr 2025 07:03:26 -0400 (EDT) |
branch: elpa/julia-mode
commit 3ca7155137990e977884da8531a17bc5efbd13ba
Author: Tamás K. Papp <tkpapp@gmail.com>
Commit: Tamás K. Papp <tkpapp@gmail.com>
Dust off the README. Fixes #216.
---
README.md | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 372b62e69a..0ba71ea702 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
[Emacs](https://www.gnu.org/software/emacs/) major mode for [the Julia
programming language](https://julialang.org/).
-
## Installation
### Installing from MELPA
@@ -41,13 +40,29 @@ To get the latest version of `julia-mode`, clone this
repository and then use:
(require 'julia-mode)
```
+## Configuration
+
+You can customize all options in this package with `M-x customize-mode
julia-mode` using the interactive Emacs interface.
+
+Replacement of LaTeX symbols now uses the generic Emacs API. To get back the
previous mechanism, use
+
+``` elisp
+(define-key julia-mode-map (kbd "TAB") 'julia-latexsub-or-indent)
+```
+
+## Related packages
+
+- [Julia major mode using
tree-sitter](https://github.com/JuliaEditorSupport/julia-ts-mode)
+- [make using Julia’s language server easier with
eglot](https://github.com/non-Jedi/eglot-jl/)
+- [julia-repl: run an inferior Julia REPL in
Emacs](https://github.com/tpapp/julia-repl/)
+- [a development environment and REPL interaction package for Julia in the
spirit of Common Lisp’s SLIME](https://github.com/gcv/julia-snail)
+
## Contributing
Contributions are welcome, in the form of pull requests.
We do our best to provide feedback within 2 weeks. Feel free bump the PR
thread with a comment after that.
-
### Submitting Pull Requests
- Do add unit tests whenever possible. Consider breaking functions into an
interface and a backend function for convenient testing.
@@ -56,7 +71,6 @@ We do our best to provide feedback within 2 weeks. Feel free
bump the PR thread
- Do use the `rx` macro (S-expressions) whenever rewriting regular expressions
or introducing new ones. This keeps the code much more readable.
-
### Working With Tests
It's easy to add new
[ERT](https://www.gnu.org/software/emacs/manual/html_node/ert/index.html) tests
to the `julia-mode` test suite.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/julia-mode 3ca7155137 1/2: Dust off the README. Fixes #216.,
ELPA Syncer <=