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

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

[nongnu] elpa/dockerfile-mode 6e1bf5dea4 074/104: README.md addition for


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode 6e1bf5dea4 074/104: README.md addition for safe-local-variable
Date: Sat, 29 Jan 2022 07:58:35 -0500 (EST)

branch: elpa/dockerfile-mode
commit 6e1bf5dea4fa28dff61a6eecb69b05521f61962e
Author: Adam Bloomston <adam@glitterfram.es>
Commit: Adam Bloomston <adam@glitterfram.es>

    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)
+```



reply via email to

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