branch: elpa/dockerfile-mode commit 98434943c3cac60301ff74fff74a78b8baf79353 Author: Thomas Frössman <thom...@jossystem.se> Commit: Thomas Frössman <thom...@jossystem.se>
Adjust auto-mode regexp in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87e160d2a8..52db15d50c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Dockerfile mode for emacs (add-to-list 'load-path "/your/path/to/dockerfile-mode/") (require 'dockerfile-mode) - (add-to-list 'auto-mode-alist '("Dockerfile" . dockerfile-mode)) + (add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode)) Adds syntax highlighting as well as the ability to build the image directly (C-c C-b) from the buffer.