branch: elpa/dockerfile-mode commit fadac401c83ce792fde2a74c016b3dfb2b92d2c4 Author: Andy Csillag <a...@thecsillags.com> Commit: Andy Csillag <a...@thecsillags.com>
added note about emacs compatibility --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52db15d50c..c3c7fb8501 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ dockerfile-mode =============== +Known to work with Emacs 24 and later A Dockerfile mode for emacs @@ -15,4 +16,4 @@ at the top of your Dockerfile. ## -*- docker-image-name: "your-image-name-here" -*- -If you don't, you'll be prompted for an image name each time you build. \ No newline at end of file +If you don't, you'll be prompted for an image name each time you build.