branch: elpa/zig-mode commit 68f3fc5b3c6aa4572a99e482f73b482b0c6cbf1c Author: Joel <g...@noisegul.org> Commit: Joel <g...@noisegul.org>
Update the required emacs version from 24 to 24.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5060aa8..73e2c5b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To run all unit tests with `emacs`, run: ./run_tests.sh ``` -Note that Emacs 24 or later is required. If you need to specify which Emacs +Note that Emacs 24.3 or later is required. If you need to specify which Emacs binary to use, you can do that by setting the `EMACS` environment variable, e.g.: