Remove unnecessary configuration

pull/78/head
Shohei YOSHIDA 2022-03-18 13:18:25 +09:00 committed by Drew Csillag
parent 5e7096d451
commit 099bc8dcd7
1 changed files with 0 additions and 1 deletions

View File

@ -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