From 220caf96e82f46019e6987c8e600665c5ed878b0 Mon Sep 17 00:00:00 2001 From: Yuta Yamada Date: Wed, 30 Dec 2015 18:38:22 -0800 Subject: [PATCH] nim-mode requires Emacs 24.4 for smie --- Editor-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor-Support.md b/Editor-Support.md index 51c9833..b67eff7 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -3,7 +3,7 @@ If you add more editor support, don't forget to add it to the [FAQ](https://gith The following editors have some Nim support: ### Emacs -* https://github.com/nim-lang/nim-mode (requires emacs 24.3) +* https://github.com/nim-lang/nim-mode (requires emacs 24.4) * https://github.com/jameshfisher/nimrod-mode (works with emacs 23 too, as of 2014-02-15) ### Vim