branch: elpa/dockerfile-mode commit 8172d83d5d49f411f8b034ab27e459b853622b15 Merge: 818e6946fc 6e1bf5dea4 Author: Drew Csillag <d...@thecsillags.com> Commit: GitHub <nore...@github.com>
Merge pull request #40 from abloomston/safe-local-variable README.md addition for safe-local-variable --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9d94a4e909..88e40ecb8a 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,8 @@ at the top of your Dockerfile. ``` If you don't, you'll be prompted for an image name each time you build. +You may want to add the following to your emacs config: + +``` emacs-lisp +(put 'dockerfile-image-name 'safe-local-variable #'stringp) +```