From 0c2942d4ebebb3626ccc823d12b313f9fb1a7820 Mon Sep 17 00:00:00 2001 From: dickmao Date: Sat, 29 Feb 2020 22:46:25 -0500 Subject: [PATCH] correct readme --- Makefile | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0cb3976..88caa96 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export EMACS ?= $(shell which emacs) export CASK := $(shell which cask) -TEST_VERSION := $(shell yq .jobs.build.strategy.matrix.emacs_version .github/workflows/test.yml | jq .[] | sort -n | head -1) +TEST_VERSION := $(shell yq .jobs.build.strategy.matrix.emacs_version .github/workflows/test.yml | jq .[] | egrep "[0-9]" | sort -n | head -1) ifeq ($(CASK),) $(error Please install CASK at https://cask.readthedocs.io/en/latest/guide/installation.html) endif diff --git a/README.rst b/README.rst index b87ef82..123eb28 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ How do I... First try ``emacs -Q -f package-initialize --eval "(setq debug-on-error t)"`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN. Note EIN is tested only for *released* GNU Emacs versions - snapshot + 25.1 and later. Pre-release versions are unlikely to work. ... display images inline?