mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 08:41:40 -05:00
correct readme
This commit is contained in:
parent
54cb27701f
commit
0c2942d4eb
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue