emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dockerfile-mode 98434943c3 005/104: Adjust auto-mode regex


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode 98434943c3 005/104: Adjust auto-mode regexp in README.
Date: Sat, 29 Jan 2022 07:58:15 -0500 (EST)

branch: elpa/dockerfile-mode
commit 98434943c3cac60301ff74fff74a78b8baf79353
Author: Thomas Frössman <thomasf@jossystem.se>
Commit: Thomas Frössman <thomasf@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]