Skip to content

Commit 4f2d5bc

Browse files
authored
Merge pull request #166 from emacs-twist/update-readme-on-rice
Update readme on tooling for Emacs Lisp package development
2 parents 0f28a2a + 8672c5a commit 4f2d5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This repository is currently in *alpha* state.
66
It has finished basic functionalities, but there is still room for improvement in API, and it completely lacks proper documentation:
77

8-
- Functionalities: *Good*. The author builds [[https://github.com/akirak/nix-config#emacs-configuration][his own config]] with twist, and the config is already almost as capable as the previous version which used straight.el. Additionally, [[https://github.com/emacs-twist/nomake][NoMake]] is used in some packages. The basic use cases of twist.nix are covered.
8+
- Functionalities: *Good*. The author builds [[https://github.com/akirak/nix-config#emacs-configuration][his own config]] with twist, and the config is already almost as capable as the previous version which used straight.el. Additionally, [[https://github.com/emacs-twist/nomake][NoMake]] is used in some packages (but it is being replaced with [[https://github.com/emacs-twist/rice-config][Rice]]). The basic use cases of twist.nix are covered.
99
- API: *Unstable*. It is mostly stable, but options may undergo changes in the future.
1010
- Documentation: *Poor*. There is [[https://github.com/emacs-twist/twist.nix/pull/16][a branch]]. I will rework on it after I gain more confidence with the API.
1111
** Introduction
@@ -23,7 +23,7 @@ See the following table for comparison with corresponding options:
2323
|-----------------------+-----------------------+-------------------------|
2424
| twist.nix (this repo) | Build machinery | [[https://github.com/melpa/package-build/][package-build]] |
2525
| [[https://github.com/emacs-twist/twist.el][twist.el]] combined with [[https://github.com/emacs-twist/nix3.el][nix3.el]] | Emacs package manager | [[https://github.com/raxod502/straight.el][straight.el]], [[https://github.com/emacscollective/borg][borg]], etc. |
26-
| [[https://github.com/emacs-twist/nomake][nomake]] | Package development | [[https://github.com/cask/cask][cask]] |
26+
| [[https://github.com/emacs-twist/nomake][​+nomake]]+​ [[https://github.com/emacs-twist/rice-config][rice]] | Package development | [[https://github.com/cask/cask][cask]] |
2727

2828
As a Nix library, Twist.nix is also an alternative to [[https://nixos.org/manual/nixos/stable/index.html#module-services-emacs][the Emacs wrapper]] (i.e. =emacsWithPackages=) on NixOS.
2929
Twist.nix depends on Nix utility libraries, but it does not depend on the wrapper.

0 commit comments

Comments
 (0)