branch: elpa/dockerfile-mode commit 099bc8dcd744d3c416d52aeddab7b2499a12f2b9 Author: Shohei YOSHIDA <syo...@gmail.com> Commit: Drew Csillag <d...@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