branch: elpa/pacmacs
commit e3d914a1eadf72db84532b599a45858a28ce59fb
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Dropping support for Emacs 24.1 and 24.2. Close #71
---
.travis.yml | 2 --
README.md | 11 ++++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index b8821fa5a4..1abcb9b596 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,6 @@ install:
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- cask
env:
- - EVM_EMACS=emacs-24.1-bin
- - EVM_EMACS=emacs-24.2-bin
- EVM_EMACS=emacs-24.3-bin
- EVM_EMACS=emacs-24.4-bin
- EVM_EMACS=emacs-24.5-bin
diff --git a/README.md b/README.md
index d8cc1171b6..0e4a170807 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@
Pacman for Emacs
+## Requirements ##
+
+- Emacs 24.3+
+- Emacs should have displaying images support
+- Emacs should have the [XPM](https://en.wikipedia.org/wiki/X_PixMap) image
format support
+
## Usage ##
1. `$ git clone git://github.com/rexim/pacmacs.el.git && cd pacmacs.el`;
@@ -22,11 +28,6 @@ tests:
$ cask # only once to download development dependencies
$ cask exec ert-runner
-## Limitations ##
-
-- Emacs should be compiled with displaying images support
-- Emacs should have the [XPM](https://en.wikipedia.org/wiki/X_PixMap) image
format support
-
## Licensing ##
All the source code of this game is distributed under the MIT