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

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

[nongnu] elpa/dockerfile-mode 099bc8dcd7: Remove unnecessary configurati


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode 099bc8dcd7: Remove unnecessary configuration
Date: Sat, 20 Aug 2022 13:58:22 -0400 (EDT)

branch: elpa/dockerfile-mode
commit 099bc8dcd744d3c416d52aeddab7b2499a12f2b9
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Drew Csillag <drew@thecsillags.com>

    Remove unnecessary configuration
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 4e9461d45e..79c09a8fce 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@ A Dockerfile mode for emacs
 ``` emacs-lisp
 (add-to-list 'load-path "/your/path/to/dockerfile-mode/")
 (require 'dockerfile-mode)
-(add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode))
 ```
 
 Adds syntax highlighting as well as the ability to build the image



reply via email to

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