branch: externals/vc-jj commit 0868178fdf4b7505360d4c887aeabb88bf7a20c2 Author: Rudi Schlatte <r...@constantly.at> Commit: Rudi Schlatte <r...@constantly.at>
Add links to other Emacs jj modes to README --- NEWS.org | 5 +++++ README.org | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/NEWS.org b/NEWS.org index 8ff9e0fcef..93a20adecd 100644 --- a/NEWS.org +++ b/NEWS.org @@ -10,6 +10,9 @@ like =vc-switch-branch=, which are implemented on top of =vc-retrieve-tag=. +- Added list of other jj support packages for Emacs to the + documentation -- not everyone is looking for vc integration :) + *** Changed *** Removed @@ -35,6 +38,8 @@ when editing =.jjdescription= files. This makes Emacs work properly as external editor when calling =jj commit= or similar from the terminal. +- vc-jj installation now proceeds without warnings from the byte + compiler. ** [[https://codeberg.org/emacs-jj-vc/vc-jj.el/compare/v0.2...v0.3][0.3]] - 2025-06-15 diff --git a/README.org b/README.org index a01085ac08..74937a6a45 100644 --- a/README.org +++ b/README.org @@ -32,3 +32,16 @@ distributed via GNU elpa, non-trivial code contributions need to have the standard FSF copyright assignment in place; feel free to contact us for details. Note that "trivial" (below 15 lines or obvious) code suggestions in bug reports are fine. + +* Other Emacs package for Jujutsu + +The scope of the =vc-jj.el= project is to add jj support to the Emacs +built-in =vc= and =project= libraries. In case you look for a package +with more specialized jujutsu support, here are some that might fit +the bill: + +- [[https://github.com/bolivier/jj-mode.el][bolivier/jj-mode.el]] :: “Jujutsu version control mode for Emacs + inspired by Magit” +- [[https://github.com/bennyandresen/jujutsu.el][bennyandresen/jujutsu.el]] :: “An Emacs interface for jujutsu, inspired + by magit and humbly not attempting to match it in scope.” +- [[https://git.sr.ht/~puercopop/jujutsushi][~puercopop/jujutsushi]] :: “A emacs interface to jujutsu”